Created
December 27, 2022 16:42
-
-
Save washopilot/9b33bee10fdf28106b696ff9ee516e9d to your computer and use it in GitHub Desktop.
ssh configuration namecheap
This file contains hidden or 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
PARA GENERAR KEY | |
ssh-keygen -t rsa | |
PARA CONECTARSE MEDIANTE SSH CON NAMECHEAP | |
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa user@myhost -p 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment