Skip to content

Instantly share code, notes, and snippets.

@f9n
Last active July 25, 2019 14:40
Show Gist options
  • Save f9n/23daba409e19267cd4daea9d8a1a0bc6 to your computer and use it in GitHub Desktop.
Save f9n/23daba409e19267cd4daea9d8a1a0bc6 to your computer and use it in GitHub Desktop.

Ssh client use only password

$ ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no <login_username>@<host>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment