SSH
Basic
ssh Errors
sign_and_send_pubkey: no mutual signature supported
Add -o 'PubkeyAcceptedKeyTypes +ssh-rsa'
to the ssh command this should resolve.
ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -i hype_key_decrypt [email protected]
Add -o 'PubkeyAcceptedKeyTypes +ssh-rsa'
to the ssh command this should resolve.
ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -i hype_key_decrypt [email protected]