Using Secure Shell
Using SSH
To access iLO 3 using SSH:
- Open an SSH window.
- When prompted, enter the IP address or DNS
name, login name, and password.
Using
OpenSSH
To start an OpenSSH client in Linux, use:
ssh
-l loginname ipaddress/dns name
Using
PuTTY
- To start a PuTTY session, double-click the
PuTTY icon in directory where PuTTY is installed.
- To Start a PuTTY session from the command
line:
- To start a connection to a server called
host:
putty.exe [-ssh | -telnet | -rlogin | -raw]
[user@]host
- For telnet sessions, the following
alternative syntax is supported:
putty.exe telnet://host[:port]/
- To start an existing saved session called
sessionname:
putty.exe -load "session name"