[Bug 374427] Re: doesn't accept multiple keys in id_rsa

Steve Lacy launchpad at slacy.com
Wed Jun 24 19:13:04 BST 2009


To give more detail, here's what your ~/.ssh/config file needs to look
like:

Host * 
IdentityFile id_rsa.pub
Host hostname_with_special_keys.com
IdentifyFile id_rsa.hostname_with_special_keys.pub
Host another_host.com
IdentityFile id_rsa.another_host.pub

The actual hostnames and file names are arbitrary, and do not need to
match.  By doing this, you won't need to specify -i on the commandline
each time.

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.



More information about the Ubuntu-server-bugs mailing list