Re: ssh without password

From: chris (cherbst@hotpop.com)
Date: 12/31/01


From: chris <cherbst@hotpop.com>
Date: Mon, 31 Dec 2001 11:19:34 -0500

On Mon, 31 Dec 2001 10:03:42 -0500, Bill K. wrote:

> I really want to be able to start a script on the "gateway" PC from
> another PC, and I want to be able to do it without entering a password.

Try ssh -v somehost, it will print more info. Maybe you got the file
modes/ownership wrong. Did you type a passphrase when you generated the
key? You will have to type that each time you use the key, so if you want
to require no passphrase to be entered, leave it null when you generate
the key. Believe it or not, it is possible to do this, ssh -v should
give it away.



Relevant Pages

  • RE: Controlling ssh from an external program
    ... passphrase could be discovered and the private key would fall into dangerous ... NB the SSH environment strings need to be included in this mixture! ... character as the final character could signify accept from a file. ... Controlling ssh from an external program ...
    (SSH)
  • Re: More on learning "Public Key Authentication"
    ... > computers in my local network are configured that way. ... > A long passphrase is a good idea but for other reasons. ... I _think_ a passphrase is used merely to verify that a public SSH ... _public_ keys between computers, so I do not even use a public SSH ...
    (comp.sys.mac.system)
  • different SSH/keychain behavior on Fedora Core 4?
    ... I'm wondering if anyone's seen different SSH and keychain behavior on ... But since upgrading the home machine to FC4 this trick no longer works ... for the passphrase for the local RSA private key... ... I realize that this may be more of an SSH question than an actual Fedora ...
    (Fedora)
  • Re: Defering passphrase entry with ssh-add
    ... I'm not aware of any technical reason why ssh-add couldn't defer requesting a password until its required. ... Yes which is why you only check/run it when ssh is used. ... until it determined it needed your passphrase. ... Again, ssh-agent works for me across all terminals as well as just in X, it's ssh-add you are talking about here which is ...
    (SSH)
  • Re: Passphraseless SSH login and cron
    ... order to do SSH logins without having to type a passphrase. ... henceforth in this session I can do passphraseless SSH logins. ... so that the script to be run by cron can execute ... agent, ...
    (comp.security.ssh)