[go-nuts] Re: ssh session

2017-12-04 Thread hiltov
Yes I mean to pass that connection to another Go program. On Tuesday, December 5, 2017 at 5:52:19 AM UTC+3, Jonathan Pittman wrote: > > Elaborate on what you mean by "another place." Do you just need multiple > sessions within your own program or do you need to pass that connection to > another

[go-nuts] Re: ssh session

2017-12-04 Thread Jonathan Pittman
Elaborate on what you mean by "another place." Do you just need multiple sessions within your own program or do you need to pass that connection to another program (e.g. a proxy command or shared socket connection)? Within your program, once you have dialed an ssh connection and have an *ssh.Cl