diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-09-22 17:51:03 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-09-22 17:51:03 +0300 |
commit | 8a9f5261904face76f45949fa06a53bd6b3882fb (patch) | |
tree | 7b640f5f64b3f3226cdd038f5dc0e36dd73c2e42 /doc | |
parent | 5927e3cbd1df5dea83ebdc853d02cf272a319713 (diff) |
ssh_tunnels_config_util: support ssh_port option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssh_tunnels_config_util.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ssh_tunnels_config_util.md b/doc/ssh_tunnels_config_util.md index 590f158..97ffcee 100644 --- a/doc/ssh_tunnels_config_util.md +++ b/doc/ssh_tunnels_config_util.md @@ -10,11 +10,13 @@ ssh_bind_base = 21000 [nas1] ipv4 = 100 http_port = 80 +ssh_port = 22 bind_slot = 0 [nas2] ipv4 = 101 http_port = 8080 +ssh_port = 22 bind_slot = 1 ``` |