Re: Side question on iLO
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <[email protected]> |
Hello Pedro! On 4/26/22 10:25, Pedro Miguel Justo wrote: > To connect to it, I currently use a very old version of PuTTY that I kept around, but that is not always convenient. Tips? This alias works for me: 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' Adrian