We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd44412 commit 63bcd52Copy full SHA for 63bcd52
README.md
@@ -81,7 +81,7 @@ SSH tunneling is also supported:
81
82
```clj
83
(let [agent (ssh-agent {:use-system-ssh-agent false})]
84
- (let [session (session agent "localhost" :strict-host-key-checking :no)]
+ (let [session (session agent "localhost" {:strict-host-key-checking :no})]
85
(with-connection session
86
(with-local-port-forward [session 8080 80]
87
(comment do something with port 8080 here)))))
0 commit comments