mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add ssh command
This commit is contained in:
parent
fabaa0fb0a
commit
68f4107bdb
1 changed files with 6 additions and 0 deletions
6
.github/actions/ssh-tunnel/README.md
vendored
6
.github/actions/ssh-tunnel/README.md
vendored
|
@ -92,3 +92,9 @@ OkZFOjhCOjI3OjFDOjFBOkJEOjUxOjQ2OjE4OjBBOjhFOjVBOjI1OjQzOjQzOjZGOkRBXHJcbmE9c2V0
|
|||
dXA6YWN0aXZlXHJcbiIsICJ0eXBlIjogImFuc3dlciJ9
|
||||
-- Message received --
|
||||
```
|
||||
|
||||
SSH to your local port.
|
||||
|
||||
```
|
||||
ssh -o StrictHostKeychecking=no -o TCPKeepAlive=no -o StrictHostKeyChecking=no -vv -p 5222 runner@localhost
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue