Change to the SSH cheatsheet

This commit is contained in:
Chris Lane 2013-08-26 20:37:04 -04:00
parent 496de6ae89
commit d183a6fb14
1 changed files with 0 additions and 2 deletions

View File

@ -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'