Server Management - Remote Server Management
1753820 Members
8884 Online
108805 Solutions
New Discussion

ILO3 lacks support for ssh's ServerAliveInterval option

 
bernhard_f
Occasional Contributor

ILO3 lacks support for ssh's ServerAliveInterval option

Hi,

The issue is described completely in the header from my point of view.

ILO2 did support that feature, though.

 

Here the reproducer:

$ ssh -o ServerAliveInterval=4  root@ilo3
root@ilo3's password:
User:root logged-in to ilo3(10.X.X.X)
iLO 3 Advanced 1.26 at 17:10:13 Jul 19 2011
Server Name: server
Server Power: On

</>hpiLO-> Disconnecting: Timeout, server not responding.
$ date
Wed Jul 20 16:20:07 GMT 2011

 

$ ssh -V
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003

But the same holds true for new versions of ssh.

 

As one can see  I already grabbed the latest beta from this forum.

 

br,

bernhard

 

EDIT:
same problem on ILO3 1.26Beta3 I could grab here

 

$ ssh -o ServerAliveInterval=4  root@ilo3
root@ilo3's password:
User:root logged-in to ilo3(10.X.X.X)
iLO 3 Advanced 1.26 at 12:01:11 Jul 20 2011
Server Name: server
Server Power: On

</>hpiLO-> Disconnecting: Timeout, server not responding.