diff options
Diffstat (limited to 'content/snippets/ssh-force-password-authentification.md')
| -rw-r--r-- | content/snippets/ssh-force-password-authentification.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/snippets/ssh-force-password-authentification.md b/content/snippets/ssh-force-password-authentification.md new file mode 100644 index 0000000..9fd1313 --- /dev/null +++ b/content/snippets/ssh-force-password-authentification.md @@ -0,0 +1,8 @@ ++++ +date = "2016-10-21T16:46:19+02:00" +draft = false +title = "force password auth with ssh" + ++++ + +$ ssh -o PubkeyAuthentication=no user@ip |
