Tagged Questions
2
votes
1answer
2k views
sshd_config MaxSessions parameter
I have problem with "MaxSessions" parameter in sshd.
I would like to restrict number of sessions via one ssh connection. For example for tcp forwarding.
When I set MaxSessions to 0, logons are not ...
2
votes
1answer
628 views
Can sshd restrict client tunnel endpoints to localhost?
Normally an ssh client can request TCP forwarding using the -L command line option. The server can disable this completely using AllowTcpForwarding no. If enabled, the client can request to connect ...