Update 'secure-ssh.md'

This commit is contained in:
Samuel Philipp 2021-02-20 18:25:43 +00:00
parent 90be66c9e0
commit 95482b21c7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ If you changed the path you can add the following to your `~/.ssh/config` file o
Host <your-host-or-ip>
User <the-server-username> # optional
IdentityFile /<your-path>/<key-name>
IdentitiesOnly yes # useful if you have problems when trying to login
```
## Apply Changes