mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
modified: .cheat/ssh
This commit is contained in:
parent
6b8c516599
commit
ec4e8d789c
1 changed files with 3 additions and 0 deletions
|
@ -7,5 +7,8 @@ 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:
|
||||||
|
ssh -i /path/to/file.pem user@example.com
|
||||||
|
|
||||||
For more information, see:
|
For more information, see:
|
||||||
http://unix.stackexchange.com/q/12755/44856
|
http://unix.stackexchange.com/q/12755/44856
|
||||||
|
|
Loading…
Reference in a new issue