Skip to content

Commit 63bcd52

Browse files
committed
Fix map argument in README
1 parent cd44412 commit 63bcd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SSH tunneling is also supported:
8181

8282
```clj
8383
(let [agent (ssh-agent {:use-system-ssh-agent false})]
84-
(let [session (session agent "localhost" :strict-host-key-checking :no)]
84+
(let [session (session agent "localhost" {:strict-host-key-checking :no})]
8585
(with-connection session
8686
(with-local-port-forward [session 8080 80]
8787
(comment do something with port 8080 here)))))

0 commit comments

Comments
 (0)