From ec4e8d789c2ee30a5d40e6b440f308df90a44697 Mon Sep 17 00:00:00 2001 From: ppierson Date: Fri, 16 Aug 2013 11:43:15 -0400 Subject: [PATCH] modified: .cheat/ssh --- .cheat/ssh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cheat/ssh b/.cheat/ssh index 6099196..e9a360d 100644 --- a/.cheat/ssh +++ b/.cheat/ssh @@ -7,5 +7,8 @@ ssh -X user@example.com To launch a specific x application over SSH: ssh -X -t user@example.com 'chromium-browser' +To ssh via pem file: +ssh -i /path/to/file.pem user@example.com + For more information, see: http://unix.stackexchange.com/q/12755/44856