Tagged Questions
1
vote
0answers
2k views
OS X Keychain keeps prompting me for my SSH passphrase even though I save it (OS X 10.6.8)
Every time I log in to a remote server with SSH, OS X keychain prompts me to remember the SSH passphrase. I type in the passphrase and check the box to remember it. I then connect ok to the server but ...
2
votes
0answers
448 views
SSH, passphrases, keychains, Could not open a connection to your authentication agent
I will be very surprised if anyone has the answer to this. I have googled for a long time but no luck.
As an iOS developer who will shortly be welcoming a new team member I want to set up a ...
4
votes
1answer
2k views
How can I permanently add my SSH private key to Keychain so it is automatically available to ssh?
It seems that ssh-add -K ~/.ssh/id_rsa will load your key but will ask for the password each time you reboot.
I am looking for a solution that would not require me to re-enter the key password ...
0
votes
1answer
123 views
How to configure and use multiple ssh RSA keys with Keychain help
I am looking for a solution that would automatically load multiple RSA keys at login, some of them having passwords stored in the Keychain.
Example: first keys would be obviously in ~/.ssh/id_rsa and ...
3
votes
1answer
240 views
What's the best way to login to remote servers?
I'm currently logging in to a remote server by opening terminal, starting ssh-agent, adding a key, launching xterm and then connecting via ssh.
What tools should I be using for this? I've looked at ...
1
vote
2answers
550 views
How to fix a Lion upgrade that killed SSH keys?
I just upgraded to Lion and find now that my ssh keys are not working properly when trying to log into various servers via SSH.
I've checked permissions on the ~/.ssh directory and the ...
1
vote
3answers
733 views
Where does Mac OS X store the ssh passwords?
Some time ago Sourceforge forced everybody to change the Passwords. A real pain since I use a lot of automated scripts.
One of them uses ssh connection to upload the newest passwords. This one is not ...
1
vote
2answers
700 views
Keychain won't remember my SSH password when connecting to server
I routinely develop on two different servers.
One server requires my private SSH key stored in ~/.ssh/id_rsa. This part of the story works fine.
The other server should not require any SSH keys, yet ...
3
votes
3answers
475 views
Problem with ssh agent
I'm having a problem using ssh agent to make sure I don't have to enter a password each time a certain program uses my id_rsa private key.
I did ssh-add -K ~/.ssh/id_rsa and it seemed to add an entry ...