feat: add tunnel user
This commit is contained in:
parent
e912607a61
commit
62d230adf6
4 changed files with 43 additions and 0 deletions
|
|
@ -17,6 +17,13 @@ rec {
|
|||
PermitListen localhost:*
|
||||
PermitListen 127.0.0.1:*
|
||||
'';
|
||||
"tunnel" = ''
|
||||
AllowTcpForwarding yes
|
||||
PermitTTY no
|
||||
X11Forwarding no
|
||||
PermitTunnel no
|
||||
AllowAgentForwarding no
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue