modified: .cheat/ssh

This commit is contained in:
ppierson 2013-08-16 12:52:32 -04:00
parent ec4e8d789c
commit 1f5e54f11c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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:
To ssh via pem file (normally needs 0600 permissions):
ssh -i /path/to/file.pem user@example.com
For more information, see: