forked from samuel-p/server-security-wiki
Update 'secure-ssh.md'
This commit is contained in:
parent
90be66c9e0
commit
95482b21c7
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
Host <your-host-or-ip>
|
||||||
User <the-server-username> # optional
|
User <the-server-username> # optional
|
||||||
IdentityFile /<your-path>/<key-name>
|
IdentityFile /<your-path>/<key-name>
|
||||||
|
IdentitiesOnly yes # useful if you have problems when trying to login
|
||||||
```
|
```
|
||||||
|
|
||||||
## Apply Changes
|
## Apply Changes
|
||||||
|
|
Loading…
Reference in a new issue