From d183a6fb14149b6c3680a9f2ace77e12a14283b2 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Mon, 26 Aug 2013 20:37:04 -0400 Subject: [PATCH] Change to the SSH cheatsheet --- cheatsheets/ssh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cheatsheets/ssh b/cheatsheets/ssh index 4ff3b33..e2938d4 100644 --- a/cheatsheets/ssh +++ b/cheatsheets/ssh @@ -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'