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