Hugo Duncan

Results 20 comments of Hugo Duncan

I see this with a natal based project too, so I don't think it is `boot-react-native` specific. It would be good to fix it though ;)

I reproduced using lein ritz-nrepl, and connecting via nrepl.el. Looks like piggieback is seeing a nil session. I would need to investigate further to find out how that can happen,...

@gtrak not sure what to take from that link. Source jars are mainly for java libraries (eg, clojure itself, etc).

Might it be possible to work around this by ensuring the sources jar is after the main jar on the classpath?

The other difference in your two cases is `:strict-host-key-checking`, and I'm not sure using the non system agent supports `:known-hosts-path`.

Definitely sounds like something clj-ssh should support.

What is the code you are trying to run?

Have you required `clj-ssh.ssh` or `clj-ssh.cli`? `(clj-ssh.ssh-agent {})` will give the error you are seeing as you are effectively invoking a class rather than a clojure function. `(clj-ssh.ssh/ssh-agent {})` may...

This is what I have used before: https://gist.github.com/hugoduncan/6393438 There is also: https://github.com/rplevy/ojo (I've not used it)