Re: Q: pub key login still asks for password??

From: tj (tj_at_nospam.com)
Date: 03/09/04


Date: Tue, 09 Mar 2004 21:15:05 GMT

Look at your client configuration file.
/etc/ssh/ssh_config (not sshd_config)

It has defaults, such as...

BatchMode=no

which you need to set to...

BatchMode=yes

Or, you can set in a script such as...
#> ssh -q -o 'BatchMode yes'

Read the man pages again... youre getting warmer


Quantcast