diff --git a/docs/bootcamp/ssh_config.md b/docs/bootcamp/ssh_config.md index e34e67a..12cb2f1 100644 --- a/docs/bootcamp/ssh_config.md +++ b/docs/bootcamp/ssh_config.md @@ -36,8 +36,7 @@ In this config I defined the host as gitwaag. So I can connect to it using the c * `IdentityFile` Which public key you want to use for the connection * `IdentitiesOnly` Set it to only use the IdentityFile instead of other authentication files. - - +For a full list of parameters you can visit https://phoenixnap.com/kb/ssh-config or run `man ssh_config` in the terminal. ## Sources: