Created
February 1, 2018 16:27
-
-
Save georgepaoli/8da3724ca78b7c42737ce151ce076a0c to your computer and use it in GitHub Desktop.
Check that you are connecting to the correct server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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