Re: running shell command through ssh tunnel

2008-12-27 Thread Christian Laursen
Noah writes: > Christian Laursen wrote: >> Noah writes: >> >>> I am trying to run a shell command to the host at the far end of an ssh >>> tunnel. Here is how I structured access. Is there any way to do this >>> more compactly on one line? >>> >>> >>> ssh -L 12345:192.168.1.20:22 n...@domain.

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Matthew Seaman wrote: Lowell Gilbert wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 loca

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Lowell Gilbert wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'chown -R noah:no

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Christian Laursen wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'chown -R noah

Re: running shell command through ssh tunnel

2008-12-27 Thread Matthew Seaman
Lowell Gilbert wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'chown -R noah:no

Re: running shell command through ssh tunnel

2008-12-27 Thread Lowell Gilbert
Noah writes: > I am trying to run a shell command to the host at the far end of an ssh > tunnel. Here is how I structured access. Is there any way to do this > more compactly on one line? > > > ssh -L 12345:192.168.1.20:22 n...@domain.com > ssh -p 12345 localhost 'chown -R noah:noah /shares/in

Re: running shell command through ssh tunnel

2008-12-27 Thread Christian Laursen
Noah writes: > I am trying to run a shell command to the host at the far end of an ssh > tunnel. Here is how I structured access. Is there any way to do this > more compactly on one line? > > > ssh -L 12345:192.168.1.20:22 n...@domain.com > ssh -p 12345 localhost 'chown -R noah:noah /shares/in

running shell command through ssh tunnel

2008-12-26 Thread Noah
Hi there, I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'chown -R noah:noah /shares/internal/Music/'