Re: Q: pub key login still asks for password??
From: tj (tj_at_nospam.com)
Date: 03/09/04
- Next message: E.K.O.: "Win32 ssh no cipher question"
- Previous message: Kai Raven: "chroot and re-mounted dirs"
- In reply to: Jason M. LaPenta: "Q: pub key login still asks for password??"
- Next in thread: Richard E. Silverman: "Re: Q: pub key login still asks for password??"
- Reply: Richard E. Silverman: "Re: Q: pub key login still asks for password??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: E.K.O.: "Win32 ssh no cipher question"
- Previous message: Kai Raven: "chroot and re-mounted dirs"
- In reply to: Jason M. LaPenta: "Q: pub key login still asks for password??"
- Next in thread: Richard E. Silverman: "Re: Q: pub key login still asks for password??"
- Reply: Richard E. Silverman: "Re: Q: pub key login still asks for password??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]