home: ssh: add lrde proxyjump settings
This commit is contained in:
parent
71c395ab69
commit
286e3ceff2
|
@ -15,6 +15,15 @@ in
|
||||||
poseidon = {
|
poseidon = {
|
||||||
hostname = "poseidon.alarsyo.net";
|
hostname = "poseidon.alarsyo.net";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"*.lrde.epita.fr" = {
|
||||||
|
user = "amartin";
|
||||||
|
};
|
||||||
|
|
||||||
|
lrde-proxyjump = {
|
||||||
|
host = "*.lrde.epita.fr !ssh.lrde.epita.fr";
|
||||||
|
proxyJump = "ssh.lrde.epita.fr";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue