Re: ssh connection via a proxy

2021-08-03 Thread Jeremy Fix
On 03/08/2021 09:44, Andreas Schneider wrote: > On Tuesday, August 3, 2021 9:16:15 AM CEST Jeremy Fix wrote: >> On 03/08/2021 08:52, Andreas Schneider wrote: >>> On Monday, August 2, 2021 11:28:10 PM CEST Jeremy Fix wrote: Hello, >>> Hi, >>> I would like to use libssh for connecting to a

Re: ssh connection via a proxy

2021-08-03 Thread Andreas Schneider
On Tuesday, August 3, 2021 9:16:15 AM CEST Jeremy Fix wrote: > On 03/08/2021 08:52, Andreas Schneider wrote: > > On Monday, August 2, 2021 11:28:10 PM CEST Jeremy Fix wrote: > >> Hello, > > > > Hi, > > > >> I would like to use libssh for connecting to a remote host via a > >> gateway, executing

Re: ssh connection via a proxy

2021-08-03 Thread Jeremy Fix
On 03/08/2021 08:52, Andreas Schneider wrote: > On Monday, August 2, 2021 11:28:10 PM CEST Jeremy Fix wrote: >> Hello, > Hi, > >> I would like to use libssh for connecting to a remote host via a >> gateway, executing a command on the remote host and parsing its standard >> outputs/errors; So the

Re: ssh connection via a proxy

2021-08-03 Thread Andreas Schneider
On Monday, August 2, 2021 11:28:10 PM CEST Jeremy Fix wrote: > Hello, Hi, > I would like to use libssh for connecting to a remote host via a > gateway, executing a command on the remote host and parsing its standard > outputs/errors; So the picture is localhost -> gateway -> remote > > I'm

ssh connection via a proxy

2021-08-02 Thread Jeremy Fix
Hello, I would like to use libssh for connecting to a remote host via a gateway, executing a command on the remote host and parsing its standard outputs/errors; So the picture is  localhost -> gateway -> remote I'm pretty new with libssh. I used to do that with command line ssh by specifying