From 6ed415c41a6a5782e5cff793dee032d522ac237b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:14:37 +0100 Subject: [PATCH] Update SSH configuration 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 f0e56e0..8eff97b 100644 --- a/system/.config/ssh/config +++ b/system/.config/ssh/config @@ -4,4 +4,8 @@ Host * Host jormungandr HostName kaderli.dev - User root \ No newline at end of file + User root + +Host gleipnir + HostName 192.168.0.16 + User osmc