From f31d8a3a08439519748a729b33131fabc776f823 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 21 Jan 2025 13:52:26 +0100 Subject: [PATCH] docs ssh --- docs/bootcamp/ssh_config.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: