SSH
Logging In with a Private Key
ssh -i <private_key> -oKexAlgorithms=+diffie-hellman-group1-sha1 -oPubkeyAcceptedKeyTypes=+ssh-dss [email protected] -vvLast updated
ssh -i <private_key> -oKexAlgorithms=+diffie-hellman-group1-sha1 -oPubkeyAcceptedKeyTypes=+ssh-dss [email protected] -vvLast updated