Skip to content

Instantly share code, notes, and snippets.

@vredchenko
Created January 13, 2025 22:55
Show Gist options
  • Save vredchenko/1b2765eb9fd72274dea8d5fdac0bbb8d to your computer and use it in GitHub Desktop.
Save vredchenko/1b2765eb9fd72274dea8d5fdac0bbb8d to your computer and use it in GitHub Desktop.
SSH related
# SSH using password-based auth:
ssh [email protected] -o PreferredAuthentications=password -o PubkeyAuthentication=no -p 2224

# SSH specifying key explicitly
ssh -i /path/to/id_rsa [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment