You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ Setup an SSH socket with a private key.
6
6
#### `host`
7
7
**Required** Remote hostname
8
8
9
+
#### `port`
10
+
**Optional** SSH port
11
+
12
+
This is only necessary if the SSH server does not listen on port 22. It is used to retrieve the host key so it can be trusted for host key verification.
13
+
9
14
#### `socket-path`
10
15
**Required** Path at which to create socket.
11
16
@@ -29,6 +34,7 @@ Path at which socket was created.
0 commit comments