Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 19, 2019 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/65ad83e396bc133d8bdf90d68af4930d to your computer and use it in GitHub Desktop.
Save miguelmota/65ad83e396bc133d8bdf90d68af4930d to your computer and use it in GitHub Desktop.
SSH use password
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no root@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment