Tagged Questions

25
votes
3answers
17k views

How do I remove the passphrase for the SSH key without having to create a new key? [closed]

I set a passphrase when creating a new SSH key on my laptop. But, as I realise now, this is quite a PITA when you are trying to commit(git,svn) to a remote location over SSH many times in an hour. ...
1
vote
1answer
190 views

Force ssh private key to use passphrase everytime

I have some clients with ssh-key based access to servers with passphrase. On clients the passphrase is prompted only for the first time or when client system are rebooted. Is it possible to force ...
1
vote
1answer
120 views

OpenSSH Two Phase Login

I would like it if when I use OpenSSH like so: ssh user@host that it asks for a passphrase Please enter Passphrase: then asks for the password Please enter Password: Is this possible?