up vote 3 down vote favorite
share [g+] share [fb]

I am using a SSH key to connect to a server. If I go onto the remote host and modify my password will this require generating new SSH keys?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 5 down vote accepted

No.

By logging in with a Public / Private key pair you are replacing the password normally used. This is also the reason you don't need a new key pair for ever server, just one works for them all.

link|improve this answer
feedback

No, your keys are stored in your client machine, as long as the passphrase to decrypt them. The password of the remote user is independent from the SSH keys.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.