Am 23.09.2013 16:06, schrieb bruce:
> Testing out setting up ssh - using priv/pub keys
> 
> The test config file
> 
> cat /home/foo/.ssh/config
> HostName 192.168.5.18
> User foo
> IdentityFile /home/foo/id_rsa_foo
> 
> i can ssh [email protected] with no issue, works as it should
> 
> however, any other ssh is also intercepted by the config file..
> ie
>  ssh [email protected] comes back with a
>  "ssh: connect to host 192.168.5.18 port 50122: Connection refused"
> 
> but if i do a ssh -i id_rsa_foo [email protected] the connection is 
> accepted/connects

you simply need to make default settings and get rid of "HostName"
this below works for a lot of target-machines to specifiy different
ports, compression configs and so on
____________________________________

Host                 *
IdentityFile         ~/.ssh/id_dsa

Host                 192.168.5.18
User                 foo
IdentityFile         /home/foo/id_rsa_foo

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to