1
0
Fork 0

Allow ProxyJump

main
Ethan Reece 2025-02-23 00:32:46 -06:00
parent 4d493ecf6e
commit ea155d6d3a
Signed by: me
GPG Key ID: 198E9EB433DB1B28
1 changed files with 5 additions and 1 deletions

View File

@ -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;