On 06/11/11 at 11:04pm, Bill wrote: > On Sun, 2011-12-06 at 01:09 -0400, William Hopkins wrote: > > Yes. Try > > #ssh -o PreferredAuthentications=password > > and paste the output > > PreferredAuthentications doesn't seem to be a correct option. > Nor does it show up in /etc/ssh/ssh_config or /etc/ssh/sshd_config. > Perhaps this is because I used the empty string when creating > keys?
#man 5 ssh_config
PreferredAuthentications
Specifies the order in which the client should try protocol 2
authentication methods. This allows a client to prefer one method
(e.g. keyboard-interactive) over another method (e.g. password)
The default for this option is: “gssapi-with-mic,hostbased,publickey,
keyboard-interactive,password”.
It not being in your /etc/ssh/ssh_config means you're not overriding the
default, that's all.
--
Liam
signature.asc
Description: Digital signature

