I want to use different private key files to connect to different SSH servers (ssh://git-server:port/repository). How to manage that? SSH seems to assume the private key file in ~/.ssh/id_rsa.
| |||
|
feedback
|
|
That's why there's the
If you want to make this permanent, you need to setup your SSH config file and set the according
If you see a dialog similar to this:
You need to enter your user password for your OS X account. Not your key passphrase, or the remote SSH password. This is because they identity hasn't been stored in the keychain. According to this tutorial, the following command should add them appropriately:
| |||||||||||
feedback
|
