Skip to content
Snippets Groups Projects
Commit 2230751a authored by Arthur Ulfeldt's avatar Arthur Ulfeldt
Browse files

further appeasement for linter

parent cab1a5a3
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@
(let [connection (doto ^com.jcraft.jsch.Session (.getSession (new com.jcraft.jsch.JSch)
^String tunnel-user
^String tunnel-host
^Int tunnel-port)
tunnel-port)
(.setPassword ^String tunnel-pass)
(.setConfig "StrictHostKeyChecking" "no")
(.connect default-ssh-timeout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment