This is an old revision of the document!


iLo

Pro ssh pristup je nutne pouzit parametry:

ssh -o ForwardAgent=no -o ForwardX11=no -o HostKeyAlgorithms=ssh-rsa,ssh-dss user@ip

Pro novejsi OpenSSH je treba pouzit nasledujici alias:

alias ilossh='ssh -o PasswordAuthentication=yes \
-o ChallengeResponseAuthentication=no \
-o GSSAPIAuthentication=no \
-o HostbasedAuthentication=no \
-o PubkeyAuthentication=no \
-o RSAAuthentication=no \
-o Compression=no \
-o ForwardAgent=no \
-o ForwardX11=no \
-o KexAlgorithms=diffie-hellman-group1-sha1 \
-o MACs=hmac-md5,hmac-sha1 \
-o Ciphers=aes128-cbc,3des-cbc \
-o HostKeyAlgorithms=ssh-rsa,ssh-dss'

Setup LO100

poor man's iLo

  1. list users:
    ipmitool user list
  2. change password for desired user - in this case user no 3
    ipmitool user set password 3 my-password
    ipmitool user enable 3
  3. set this user as administrator
    ipmitool user priv 3 4
 
linux/ilo.1447175333.txt.gz · Last modified: 2015/11/10 18:08 by vondra