tips and tricks

outdated ssh server

If the server you are trying to connect to seems to support only outdated algorithms, you can use the following to still connect to the server

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@10.10.10.7

Last updated