From de0d7d59c40d67dc3da8e58f92cdc2b5407f89be Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Apr 2017 19:36:17 +0200 Subject: Adds support for a second domain in the Makefile. --- content/snippets/ssh-force-password-authentification.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/snippets/ssh-force-password-authentification.md (limited to 'content/snippets/ssh-force-password-authentification.md') 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 -- cgit v1.2.3