From 4e03e862d1fdb34e0223ca12aeadecc5b97fc628 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 22 Sep 2018 22:40:05 +0200 Subject: [PATCH] ssh: config: add entry for raspi --- ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ssh/config b/ssh/config index fa27404..133d476 100644 --- a/ssh/config +++ b/ssh/config @@ -34,6 +34,11 @@ Host steep User preisi Port 17 +Host pi + HostName wg.tpreisner.de + # dynamic ip behind hostname would cause warnings + CheckHostIP no + # use if they havent been defined yet: Host * Compression yes