mirror of
https://github.com/cheat/cheat.git
synced 2025-04-09 11:14:03 +02:00
Update cheat ssh
This commit is contained in:
parent
603bc360c0
commit
956ce7fadd
@ -4,6 +4,9 @@ ssh -i /path/to/file.pem user@example.com
|
|||||||
# To connect on an non-standard port:
|
# To connect on an non-standard port:
|
||||||
ssh -p 2222 user@example.com
|
ssh -p 2222 user@example.com
|
||||||
|
|
||||||
|
# To connect and forward the authentication agent
|
||||||
|
ssh -A user@example.com
|
||||||
|
|
||||||
# To execute a command on a remote server:
|
# To execute a command on a remote server:
|
||||||
ssh -t user@example.com 'the-remote-command'
|
ssh -t user@example.com 'the-remote-command'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user