Displaying 1 result from an estimated 1 matches for "aaaab3nzac1kc3maaacbaou".
Did you mean:
aaaab3nzac1kc3maaacbaoue
2014 Jun 19
0
[PATCH] permitremoteopen - to limit remote port forwarding per user
Hi,
Here is a patch to limit reverse port forwarding(-R) per user/key on the server.
For example add:
permitremoteopen="8023" ssh-dss AAAAB3NzaC1kc3MAAACBAOUE..
in user's ~/.ssh/authorized_keys server will limit -R to port 8023 only.
an example of violation.
ssh -v -R 8022:127.0.0.1:22 -i.ssh/id_dsa foo at 10.0.0.1
debug1: Remote: Server denied remote port forward request.
debug1: remote forward failure for: listen 8022, connect 127.0.0.1:22
W...