mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
ssh forwarding
This commit is contained in:
parent
2611dd403c
commit
eb1c220219
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
AllowUsers = [ "death916" ];
|
||||
AllowTcpForwarding = true;
|
||||
};
|
||||
};
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
|
@ -73,7 +74,6 @@
|
|||
};
|
||||
|
||||
boot.loader.grub.configurationLimit = 2;
|
||||
services.openssh.allowTcpForwarding = true;
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue