From 7f166989768c3b1a69a759239d5c66b977737e73 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 26 May 2020 19:06:18 +0200 Subject: [PATCH] Update ssh config Signed-off-by: Severin Kaderli --- system/.config/ssh/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/.config/ssh/config b/system/.config/ssh/config index 880d0ff..f0e56e0 100644 --- a/system/.config/ssh/config +++ b/system/.config/ssh/config @@ -1,3 +1,7 @@ Host * IdentityFile /home/severin/.config/ssh/id_rsa - UserKnownHostsFile /home/severin/.config/ssh/known_hosts \ No newline at end of file + UserKnownHostsFile /home/severin/.config/ssh/known_hosts + +Host jormungandr + HostName kaderli.dev + User root \ No newline at end of file