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
|`local`| Local address. Can be a `"$host:$port"` network address or a Unix socket. Can be abbreviated as `"$port"` in local and socks modes. **Required** in local, remote and socks modes. |
76
-
|`remote`| Remote address. As above, but can be abbreviated in remote and socks-remote modes. **Required** in local, remote and socks-remote modes. |
77
-
|`host`| Either a host alias that matches SSH configs or the actual hostname. **Required.**|
78
-
|`mode`| Mode of the tunnel. Can be either `"local"`, `"remote"`, `"socks"` or `"socks-remote"`. Default is `"local"`. |
79
-
|`user`| SSH user. If not set, tries to read it from SSH config, defaulting to `$USER`. |
80
-
|`identity`| SSH identity file. If not set, tries to read it from SSH config and `ssh-agent`, defaulting to standard identity files. |
81
-
|`port`| SSH port. If not set, tries to read it from SSH config, defaulting to `22`. |
76
+
|`remote`| Remote address. As above, but can be abbreviated in remote and socks-remote modes. **Required** in local, remote and socks-remote modes. |
77
+
|`host`| Either a host alias that matches SSH configs or the actual hostname. **Required.**|
78
+
|`mode`| Mode of the tunnel. Can be either `"local"`, `"remote"`, `"socks"` or `"socks-remote"`. Default is `"local"`. |
79
+
|`user`| SSH user. If not set, tries to read it from SSH config, defaulting to `$USER`. |
80
+
|`identity`| SSH identity file. If not set, tries to read it from SSH config and `ssh-agent`, defaulting to standard identity files. |
81
+
|`port`| SSH port. If not set, tries to read it from SSH config, defaulting to `22`. |
82
82
83
83
Options that can be provided at global and tunnel level (tunnel level takes precedence):
84
84
@@ -94,7 +94,7 @@ You can influence the behavior of `boring` via a couple of environment variables
0 commit comments