diff --git a/home/ssh.nix b/home/ssh.nix index 6c98ce2..e7a5532 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -15,6 +15,15 @@ in poseidon = { hostname = "poseidon.alarsyo.net"; }; + + "*.lrde.epita.fr" = { + user = "amartin"; + }; + + lrde-proxyjump = { + host = "*.lrde.epita.fr !ssh.lrde.epita.fr"; + proxyJump = "ssh.lrde.epita.fr"; + }; }; }; };