diff --git a/home/lyc/modules/programs/ssh-jump.nix b/home/lyc/modules/programs/ssh-jump.nix index 328994d..d2a21cc 100644 --- a/home/lyc/modules/programs/ssh-jump.nix +++ b/home/lyc/modules/programs/ssh-jump.nix @@ -7,6 +7,7 @@ let "ict-sw-git" "ict-repo" "ict-altric" + "ict-44" ]; ict-portal = "ict-malcon-pub"; in diff --git a/home/lyc/modules/programs/ssh.nix b/home/lyc/modules/programs/ssh.nix index ec4b564..cdaec8d 100644 --- a/home/lyc/modules/programs/ssh.nix +++ b/home/lyc/modules/programs/ssh.nix @@ -104,6 +104,10 @@ user = "lyc"; proxyCommand = mkProxyCommand "localhost" 1080; }; + "ict-44" = { + hostname = "10.208.130.44"; + user = "i_longyingchi"; + }; }; }; }