Joseph

Results 1 comments of Joseph

What happens if you try this: ``` (let [agent (ssh-agent {:use-system-ssh-agent false})] (add-identity agent {:private-key-path "/Users/maxim/.ssh/id_rsa"}) (let [session (session agent "ops-ev19.comp.com" {:username "maxim" :strict-host-key-checking :no})] (with-connection session (let [result (ssh...