Skip to content
Snippets Groups Projects
Unverified Commit 6bc1db16 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #6970 from williamjacksn/patch-1

Fix SSH tunnel details
parents 07081bc4 c210845f
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
[connection tunnel-entrance-port] (start-ssh-tunnel (assoc details :host host)) ;; don't include L7 protocol in ssh tunnel
details-with-tunnel (assoc details
:port tunnel-entrance-port ;; This parameter is set dynamically when the connection is established
:host (str proto (:tunnel-host details))
:host (str proto "localhost")
:tunnel-entrance-port tunnel-entrance-port ;; the input port is not known until the connection is opened
:tunnel-connection connection)]
details-with-tunnel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment