diff options
author | Paul Donald <newtwen@gmail.com> | 2023-12-28 17:32:14 +0000 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2023-12-28 17:32:14 +0000 |
commit | 23df9c2fbf2eafdb208b1461ba0d823d989819d7 (patch) | |
tree | ebfea0436c7523aba07280061525e376275d0fa1 /applications/luci-app-sshtunnel/htdocs/luci-static/resources | |
parent | 7190d1ced461d0284997125b071c5bd2a98c9160 (diff) |
Revert "luci-app-sshtunnel: servers: ProxyCommand option"
This reverts commit 24236d5e964d7e41a2579b0dc6ba8b49360295be.
Diffstat (limited to 'applications/luci-app-sshtunnel/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js b/applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js index 7a45ddc32b..88c3692728 100644 --- a/applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js +++ b/applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js @@ -127,14 +127,6 @@ return view.extend({ o.default = 'accept-new'; o.modalonly = true; - o = s.taboption('advanced', form.Value, 'ProxyCommand', _('Proxy tunnel command'), - _('The command to use to connect to the server.') + '<br />' + - _('For example, the following command would connect via an HTTP proxy:') + '<br />' + - '<code>ncat --proxy-type http --proxy-auth alice:secret --proxy 192.168.1.2:8080 %h %p</code>' + - _manSshConfig('ProxyCommand') - ); - o.modalonly = true; - return m.render(); }, }); |