Open main menu

CDOT Wiki β

Changes

SSH

2 bytes added, 00:08, 10 January 2011
Examples
== Examples ==
* Connect to a shell for account 'kim' on the computer 'winter': <code>ssh kim@winter</code>
* Like above, with compression: <code>ssh -C kim@winter</code>
* Run <code>df -h</code> on the remote system, and display the graphics on the local computer: <code>ssh -XC kim@winter firefox</code>
 
= Using SSH for a Graphical Application (X11 Tunnelling) =