Re: Can I change ssh port forwardings on a active connection *non-interactively* ?

2012-11-18 Thread Manolis Tzanidakis
On Sun (18/11/12), Darren Tucker wrote: On Fri, Nov 16, 2012 at 12:10:19AM +0200, Manolis Tzanidakis wrote: Hello all, I want to send the '~C' escape to ssh followed by ie. '-L 1024:localhost:1024' from the active ssh connection's shell, non-interactively from a script. Is it possible?

Re: Can I change ssh port forwardings on a active connection *non-interactively* ?

2012-11-17 Thread Darren Tucker
On Fri, Nov 16, 2012 at 12:10:19AM +0200, Manolis Tzanidakis wrote: Hello all, I want to send the '~C' escape to ssh followed by ie. '-L 1024:localhost:1024' from the active ssh connection's shell, non-interactively from a script. Is it possible? Or is there a better way to accomplish this?

Re: Can I change ssh port forwardings on a active connection *non-interactively* ?

2012-11-16 Thread Manolis Tzanidakis
On Thu (15/11/12), Alexander Hall wrote: On 11/15/12 23:10, Manolis Tzanidakis wrote: Hello all, I want to send the '~C' escape to ssh followed by ie. '-L 1024:localhost:1024' from the active ssh connection's shell, non-interactively from a script. Is it possible? Or is there a better way

Can I change ssh port forwardings on a active connection *non-interactively* ?

2012-11-15 Thread Manolis Tzanidakis
Hello all, I want to send the '~C' escape to ssh followed by ie. '-L 1024:localhost:1024' from the active ssh connection's shell, non-interactively from a script. Is it possible? Or is there a better way to accomplish this? I'm trying to build an idiot-proof menu for non tech savvy users to

Re: Can I change ssh port forwardings on a active connection *non-interactively* ?

2012-11-15 Thread Alexander Hall
On 11/15/12 23:10, Manolis Tzanidakis wrote: Hello all, I want to send the '~C' escape to ssh followed by ie. '-L 1024:localhost:1024' from the active ssh connection's shell, non-interactively from a script. Is it possible? Or is there a better way to accomplish this? Without judging the