Skip to content

Instantly share code, notes, and snippets.

@washopilot
Created December 27, 2022 16:42
Show Gist options
  • Save washopilot/9b33bee10fdf28106b696ff9ee516e9d to your computer and use it in GitHub Desktop.
Save washopilot/9b33bee10fdf28106b696ff9ee516e9d to your computer and use it in GitHub Desktop.
ssh configuration namecheap
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