How to bypass AllowTCPFowarding=no by installing own forwarder?
- by Eric B.
In the man pages for sshd_config, for the AllowTCPForwarding option, it states:
AllowTcpForwarding
Specifies whether TCP forwarding is permitted. The default is “yes”. Note that disabling TCP forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders.
How do I install my own forwarder? I have a remote server in which I disabled TCPForwarding a long while ago. I would like to "enable" it for myself only, by using my own forwarder, while keeping the forwarding closed to the other users. I've looked around, but cannot seem to find the right pkgs to accomplish this.
Can anyone please elaborate?
Thanks!
Eric