1,885
edits
Changes
SSH
,→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) =