Skip to content

Instantly share code, notes, and snippets.

@Enelar
Created October 29, 2016 16:40
Show Gist options
  • Save Enelar/57e09c863604132f9f4c63775d5298c2 to your computer and use it in GitHub Desktop.
Save Enelar/57e09c863604132f9f4c63775d5298c2 to your computer and use it in GitHub Desktop.
ILO 1.71 connect from OpenSSH 6.2
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 '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment