Using SSH for tunneling
- Read more about Using SSH for tunneling
- 1 comment
- Log in to post comments
A very useful resource (in French) to use SSH, with specific use cases: Les_tunnels_SSH
Another useful (and short one for tunneling): http://www.howtoforge.com/reverse-ssh-tunneling
Connecting to another remote computer through a common central computer
In short, if you have a configuration with 3 computers (A - B - C) and you want to connect to A (arrival) from C (client) but A doesn't allow direct SSH connection, you can do the following:- On A and B, install openssh-server
- On A,