From aa51b26f79e98e5731ee54e7484fdf9102a51dc3 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 11 Feb 2023 21:30:49 +0100 Subject: [PATCH] Small comment improvements --- examples/ssh_config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ssh_config b/examples/ssh_config index 07522dc..23ebaab 100644 --- a/examples/ssh_config +++ b/examples/ssh_config @@ -47,7 +47,7 @@ Host omnia turris AddressFamily inet6 IdentitiesOnly yes User root -Host pi* raspberrypi* +Host raspberrypi* AddKeysToAgent no SendEnv -LC_* PAGER SetEnv FOO=bar @@ -60,7 +60,8 @@ Match user robots ServerAliveInterval 300 ServerAliveCountMax 2 -# Default settings start here +# Default settings +# ------------------ AddKeysToAgent yes Compression yes