Changes

Jump to: navigation, search

SSH

30 bytes added, 23:28, 5 December 2017
Using SSH for a Text-Based Connection
| -i ''identityfile''||Specifies the private key file to be used (default: all private keys in ~/.ssh)||ssh -i ~/.ssh/id_dsa ''user''@''host''
|-
| -p ''portnumber''||Connect to the TCP/IP port ''portnumber'' rather than the default SSH port 22.||ssh -p 2200 ''user''@''host''
|}
* 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) =

Navigation menu