mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
800f33362d
commit
e39d84ac38
1 changed files with 3 additions and 3 deletions
6
.github/actions/ssh-tunnel/README.md
vendored
6
.github/actions/ssh-tunnel/README.md
vendored
|
@ -6,13 +6,13 @@ The ssh-tunnel action will create a reverse tunnel over webrtc to port 22 on the
|
|||
|
||||
In order to use this action you must have a sdp offer from your local host and a ssh key pair.
|
||||
Start with creating an sdp offer on your local machine. Provide these values to the ssh-tunnel
|
||||
action and wait for output from the action with the sdp reply. Provide the reply to the local
|
||||
rtcforward.py process by pasting it to stdin. If all goes well the local port on your maching
|
||||
action and wait for output from the action with the sdp reply. Provide the reply to the local
|
||||
rtcforward.py process by pasting it to stdin. If all goes well the local port on your maching
|
||||
will be forwarded to the ssh port on the runner.
|
||||
|
||||
### Getting an sdp offer
|
||||
|
||||
To get an sdp offer start rtcforward.py on you local machine with the offer command.
|
||||
To get an sdp offer start rtcforward.py on you local machine with the offer command.
|
||||
You can also specify which port on the local machine will be used for the tunnel.
|
||||
|
||||
``` bash
|
||||
|
|
Loading…
Add table
Reference in a new issue