hypersleep / easyssh

unmaintained
192 stars 83 forks source link

getKeyFile fails on cross-compilation #18

Open snicol opened 8 years ago

snicol commented 8 years ago

As per https://github.com/golang/go/issues/6376, easyssh.go#L39 will fail when cross-compiling. There is another fork of easyssh which does this slightly differently.

I can make a PR to adopt this but I am concerned for projects relying the homeDir functionality. Any suggestions?