Skip to content

Commit

Permalink
home/lyc/modules/programs/ssh: add ict-44
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Feb 15, 2025
1 parent 1f5d387 commit ec1242d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/lyc/modules/programs/ssh-jump.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let
"ict-sw-git"
"ict-repo"
"ict-altric"
"ict-44"
];
ict-portal = "ict-malcon-pub";
in
Expand Down
4 changes: 4 additions & 0 deletions home/lyc/modules/programs/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
user = "lyc";
proxyCommand = mkProxyCommand "localhost" 1080;
};
"ict-44" = {
hostname = "10.208.130.44";
user = "i_longyingchi";
};
};
};
}

0 comments on commit ec1242d

Please sign in to comment.