1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-25 09:27:06 +02:00

Change to the SSH cheatsheet

This commit is contained in:
Chris Lane 2013-08-26 20:37:04 -04:00
parent 496de6ae89
commit d183a6fb14

@ -12,5 +12,3 @@ ssh -X -t user@example.com 'chromium-browser'
# For more information, see:
# http://unix.stackexchange.com/q/12755/44856
To execute a command on a remote server:
ssh -t user@example.com 'the-remote-command'