From c415ec729fa9a6593e7d17ce312a1f66feafe691 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Sun, 10 Mar 2024 18:36:49 +0100 Subject: [PATCH] Fix ssh config --- root/home/bhasher/.ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/home/bhasher/.ssh/config b/root/home/bhasher/.ssh/config index 6c1777a..2d0d63c 100644 --- a/root/home/bhasher/.ssh/config +++ b/root/home/bhasher/.ssh/config @@ -25,12 +25,13 @@ Host llnux Hostname 10.0.0.1 Port 1234 User docker - IdentityFile ~/.ssh/llnux + IdentityFile ~/.ssh/llnux Host llnux-vpn Hostname 192.168.30.2 Port 22 User docker + IdentityFile ~/.ssh/llnux Host ingi Hostname studssh.info.ucl.ac.be