Allow ProxyJump
parent
4d493ecf6e
commit
ea155d6d3a
|
@ -48,7 +48,11 @@ in
|
|||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
AllowTcpForwarding = "yes";
|
||||
AllowAgentForwarding = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
cloud-init.enable = lib.mkForce false;
|
||||
|
|
Loading…
Reference in New Issue