# SSH

# Local Port Forward/Tunnel

ssh -L 5432:127.0.0.1:5432 user@server

# Forward X

Ever wanted to access graphical application from remote ssh machine and instead of configuring VNC you can directly use -X flag with ssh and done!

ssh -X user@server