Re: [gccsdk] SimpleGit (!Nettle & ssh keys)

2018-11-18 Thread Alan Williams
> I think Nettle's SSH support [not NettleSSH] manages to use keys and uses > libssh2 on RISC OS, BICBW. I believe the stock !Nettle only does user/pass. I worked on this a while ago and I built a version that would use pre shared keys. It worked ok on Virtual Acorn but crashed on my pi so I

Re: [gccsdk] SimpleGit

2018-11-18 Thread Jeffrey Lee
On Sun, 18 Nov 2018, Theo Markettos wrote: On Sun, Nov 18, 2018 at 10:41:33PM +, Jeffrey Lee wrote: Also, a quick look through the libssh2 source suggests that it'll try to get your public/private key by using a Unix domain socket to connect to the ssh agent - which obviously won't exist

Re: [gccsdk] SimpleGit

2018-11-18 Thread Theo Markettos
On Sun, Nov 18, 2018 at 10:41:33PM +, Jeffrey Lee wrote: > Also, a quick look through the libssh2 source suggests that it'll try to get > your public/private key by using a Unix domain socket to connect to the ssh > agent - which obviously won't exist on RISC OS. So it might be that that >