Skip to content

Different ssh key and ssh key with passphrase #406

Closed Answered by supercobra
supercobra asked this question in Q&A
Discussion options

You must be logged in to vote

SOLUTION credit @huksley

you can use standard way of ${HOME}/.ssh/config to designate key for specific host(s)
e.g.

Host test1
HostName 1.1.1.1
User test1
IdentityFile ~/.ssh/id_rsa.other

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by supercobra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants