Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2008 15:17:45 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-proliant@freebsd.org
Subject:   SSH towards ILO
Message-ID:  <20080311041745.GB2948@k7.mavetju>

next in thread | raw e-mail | index | archive | help
Since day one I had interesting behaviour with SSH towards the ILO
interface:

[~] root@tim>ssh -2 admin@ilo-janus.int.barnet.com.au
admin@ilo-janus.int.barnet.com.au's password: 
Received disconnect from 10.252.10.2: 11:  Authentication failed

and then:

[~] root@tim>ssh -2 admin@ilo-janus.int.barnet.com.au 
ssh_exchange_identification: Connection closed by remote host

but when doing it from a different machine it works.


And entering the wrong password gives the same kind of behaviour:

[~] root@janus>ssh -2 admin@ilo-grass.int.barnet.com.au 
admin@ilo-grass.int.barnet.com.au's password: 
Permission denied, please try again.
admin@ilo-grass.int.barnet.com.au's password: 
Permission denied, please try again.
admin@ilo-grass.int.barnet.com.au's password: 
Permission denied, please try again.

[~] root@janus>ssh -2 admin@ilo-grass.int.barnet.com.au 
ssh_exchange_identification: Connection closed by remote host

[~] root@janus>telnet ilo-grass.int.barnet.com.au 22
Trying 10.252.10.16...
Connected to ilo-grass.int.barnet.com.au.
Escape character is '^]'.
Connection closed by foreign host.



Has somebody a method of connecting to the ILO via SSH in such a
way that it doesn't play these silly tricks?


Edwin
-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080311041745.GB2948>