jumphost for infra
This commit is contained in:
parent
99b0b06855
commit
608b392e56
1 changed files with 14 additions and 0 deletions
|
|
@ -81,6 +81,20 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# Jumphost for deployment on infra
|
||||||
|
programs.ssh = {
|
||||||
|
extraConfig = "
|
||||||
|
Host jumphost
|
||||||
|
hostname infra.cdaut.de
|
||||||
|
user clara
|
||||||
|
|
||||||
|
Host internal
|
||||||
|
hostname 10.0.0.0/16
|
||||||
|
user clara
|
||||||
|
proxyJump jumphost
|
||||||
|
";
|
||||||
|
};
|
||||||
|
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
|
||||||
# VPN services
|
# VPN services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue