From 286e3ceff21a5f3f589eb736fc77e61ad1a29845 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 1 Aug 2021 13:33:21 +0200 Subject: [PATCH] home: ssh: add lrde proxyjump settings --- home/ssh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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"; + }; }; }; };