Created
October 29, 2016 16:40
-
-
Save Enelar/57e09c863604132f9f4c63775d5298c2 to your computer and use it in GitHub Desktop.
ILO 1.71 connect from OpenSSH 6.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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