Re: [Pharo-users] ssh client for Pharo

2018-08-29 Thread Andrei Stebakov
I upgraded Pharo to latest 6.1. Now the prevouos issue is gone. Now I have SSL socket related problem when it connects to secure git repo. Let me see if it's only on Windows On Aug 29, 2018 10:09, "Andrei Stebakov" wrote: Hi, Denis It fails to load in Pharo 6.1 with a message "Could not resolve

Re: [Pharo-users] ssh client for Pharo

2018-08-29 Thread Andrei Stebakov
Hi, Denis It fails to load in Pharo 6.1 with a message "Could not resolve: BaselineOfLibSSH2". Does it work for you? Thanks! Andrei On Wed, Aug 29, 2018, 05:47 Denis Kudriashov wrote: > Hi Andrei. > Look at this: https://github.com/dionisiydk/libssh2-pharo-bindings > It is very initial support

Re: [Pharo-users] ssh client for Pharo

2018-08-29 Thread Denis Kudriashov
Hi Andrei. Look at this: https://github.com/dionisiydk/libssh2-pharo-bindings It is very initial support but it was working in my tests ср, 29 авг. 2018 г., 2:19 Andrei Stebakov : > Is there an ssh client for Pharo just like net-ssh for Ruby? > > Thanks! >

[Pharo-users] ssh client for Pharo

2018-08-28 Thread Andrei Stebakov
Is there an ssh client for Pharo just like net-ssh for Ruby? Thanks!