mirror of https://github.com/cheat/cheat.git
modified: .cheat/ssh
This commit is contained in:
parent
ec4e8d789c
commit
1f5e54f11c
|
@ -7,7 +7,7 @@ ssh -X user@example.com
|
||||||
To launch a specific x application over SSH:
|
To launch a specific x application over SSH:
|
||||||
ssh -X -t user@example.com 'chromium-browser'
|
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
|
ssh -i /path/to/file.pem user@example.com
|
||||||
|
|
||||||
For more information, see:
|
For more information, see:
|
||||||
|
|
Loading…
Reference in New Issue