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