From 95482b21c7a72a8715bc507b61a3c0fcf53d66c1 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Sat, 20 Feb 2021 18:25:43 +0000 Subject: [PATCH] Update 'secure-ssh.md' --- secure-ssh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/secure-ssh.md b/secure-ssh.md index a2d4f9a..260234e 100644 --- a/secure-ssh.md +++ b/secure-ssh.md @@ -29,6 +29,7 @@ If you changed the path you can add the following to your `~/.ssh/config` file o Host User # optional IdentityFile // + IdentitiesOnly yes # useful if you have problems when trying to login ``` ## Apply Changes