SSH 1.0.1 and 1.1 have different prompt.

Jan Pechanec Jan.Pechanec at Sun.COM
Tue Oct 31 21:45:28 EST 2006


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 at 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 at your-host
	ssh -o PreferredAuthentications=keyboard-interactive user at your-host

	of course this in general also depends on server side configuration.

	Jan.

-- 
Jan Pechanec



More information about the openssh-unix-dev mailing list