From 1c00ca8c643ce026335cc97baaeccd261f5682d8 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 13 Sep 2025 15:35:38 +0200 Subject: [PATCH] Add aicloud host to ssh --- modules/ssh.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index acd0046..1b5650a 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -17,12 +17,12 @@ identityFile = "~/.ssh/keys/github"; }; - # "aicloud" = { - # hostname = "aicloud"; - # user = "hb05nk@cs.aau.dk"; - # identityFile = "~/.ssh/keys/aicloud"; - # proxyJump = "pi"; - # }; + "aicloud" = { + hostname = "ai-fe02.srv.aau.dk"; + user = "hb05nk@cs.aau.dk"; + identityFile = "~/.ssh/keys/aicloud"; + proxyJump = "thinkpad"; + }; "hs" = { hostname = "10.2.2.20";