Skip to content

Instantly share code, notes, and snippets.

@georgepaoli
Created February 1, 2018 16:27
Show Gist options
  • Save georgepaoli/8da3724ca78b7c42737ce151ce076a0c to your computer and use it in GitHub Desktop.
Save georgepaoli/8da3724ca78b7c42737ce151ce076a0c to your computer and use it in GitHub Desktop.
Check that you are connecting to the correct server
1) verifique se ja possui alguma chave publica habilitada
ssh -vT [email protected]
2) caso nao tenha, registre uma em /home/<you>/.ssh
sh-keygen -t rsa -C "[email protected]" -b 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment