Tagged Questions

21
votes
3answers
16k 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. ...
4
votes
3answers
3k views

cygwin ssh no putty yes?

I generated a keys with putty w/ no passphrase. putty works fine, but now i installed cygwin and would like to use ssh to login. For some reason i'm prompted for a passphrase? why? putty just logs ...
2
votes
3answers
447 views

Setup passphraseless ssh to localhost on OS X

I'm trying to get Hadoop's Pseudo-Distributed Operation example (http://hadoop.apache.org/common/docs/stable/single_node_setup.html) to work on OS X Lion, but am having trouble getting the ssh to work ...
2
votes
4answers
240 views

Temporarily remove the ssh private key password in a shell scriptI

I am required to deploy some files from server A to server B. I connect to server A via SSH and from there, connect via ssh to server B, using a private key stored on server A, the public key of ...
2
votes
2answers
164 views

ssh with passphrase

ssh user@host works (in a script via Apple Terminal) does anybody know an easier way than ssh-agent to combine the passphrase with the ssh command ? regards
1
vote
0answers
113 views

ssh on localhost without passphrase to allow svn+ssh://

A subversion repository uses property svn:externals to include files from another repository. Both repositories reside on the same server. Clients use svn+ssh:// to connect to the respositories ...
1
vote
1answer
168 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
114 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?
0
votes
1answer
236 views

Git ssh private key passphrase

I am trying to call git fetch from command prompt in windows, the only problem is that it asks for the passphrase of the private key. I have it, but is it possible to be supplied automatically like ...