feat: add tunnel user

This commit is contained in:
Katharina Heidenreich 2026-04-10 22:21:11 +02:00
parent e912607a61
commit 62d230adf6
4 changed files with 43 additions and 0 deletions

View file

@ -17,6 +17,13 @@ rec {
PermitListen localhost:*
PermitListen 127.0.0.1:*
'';
"tunnel" = ''
AllowTcpForwarding yes
PermitTTY no
X11Forwarding no
PermitTunnel no
AllowAgentForwarding no
'';
};
};
}