rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

SSH-Key still asking for password once removed? #105

Closed computersarecool closed 9 years ago

computersarecool commented 9 years ago

I recently ran

ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile] to remove the passphrase from my ssh key. I then removed the key from Mosh Chrome, uninstalled Mosh Chrome and then reinstalled mosh Chome.

Upon logging into my server again, I am still asked for the passphrase for my ssh key each time. Entering in the old passphrase logs me in.

I am not asked for a passphrase when using mosh from the OS X terminal. Any solutions here?

rpwoodbu commented 9 years ago

If what you said is precise and accurate, then Mosh for Chrome should not have your ssh key at all anymore, as you removed it without putting one back. Are you sure it isn't asking for your ssh login password?

computersarecool commented 9 years ago

It was indeed, I am sorry for the false alarm.