Monthly Archives: August 2016

Some tricks in SSH

In Ubuntu, it is lack of unified Remote Desktop Solution like Windows. There are many other solutions VNC and FreeNX.

X11 may come to rescue in case that you need to urgently connect to a Linux machine

ssh -X -C user@

We can use SSH as a Sock Proxy server, which is so called VPN for the poor.

ssh -D 5051 -C user@