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