# 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]
Created
January 13, 2025 22:55
-
-
Save vredchenko/1b2765eb9fd72274dea8d5fdac0bbb8d to your computer and use it in GitHub Desktop.
SSH related
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment