This is a discussion on Re: SSH 1.0.1 and 1.1 have different prompt. - openssh ; On Tue, 31 Oct 2006, Xu, Chun Gang (Titan) wrote: hi, as Damien already said: >root> ssh -V >SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0. > >root>ssh 10.193.106.90 >root@10.193.106.90's Password: >------------------------------------ password based authentication, see PasswordAuthentication >root> ssh -V >Sun_SSH_1.1, SSH ...
On Tue, 31 Oct 2006, Xu, Chun Gang (Titan) wrote:
hi,
as Damien already said:
>root> ssh -V
>SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
>
>root>ssh 10.193.106.90
>root@10.193.106.90's Password:
>------------------------------------
password based authentication, see PasswordAuthentication
>root> ssh -V
>Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090700f
>
>root>ssh 10.193.114.90
>Password:
>-----------------------------------
keyboard-interactive authentication.
also see PreferredAuthentications
for example, you can test with:
ssh -o PreferredAuthentications=password user@your-host
ssh -o PreferredAuthentications=keyboard-interactive user@your-host
of course this in general also depends on server side configuration.
Jan.
--
Jan Pechanec
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/lis...enssh-unix-dev