From ce728dd4c14e0777e4df472c526ea0a0ebc46362 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 12 Mar 2026 18:28:23 +0100 Subject: [PATCH] man command for dile --- ssh/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ssh/config.md b/ssh/config.md index 6cf226c..72e2b7e 100644 --- a/ssh/config.md +++ b/ssh/config.md @@ -1,5 +1,7 @@ # Notes about the ```~/.ssh/config``` file +For full details: ```man ssh_config``` + ## With Identification file: ### Put the following block for every ssh connection: @@ -64,4 +66,4 @@ ssh NAS Empty: ``` ssh -``` \ No newline at end of file +```