Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread C Anthony Risinger
On Mon, Jul 18, 2011 at 3:03 PM, David J. Haines wrote: > > > ssh -L X:host1:Y host2 means open a connection to host2, including shell, > and forward anything sent to localhost on port X to host1 on port Y. Host1 > and host2 can be the same machine. ... and to briefly expand, it's good to no

Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread David J. Haines
On Tue, Jul 19, 2011 at 9:43 AM, Nicolás Reynolds wrote: > El 19/07/11 09:26, David J. Haines dijo: > > On Tue, Jul 19, 2011 at 8:01 AM, Sven-Hendrik Haase >wrote: > > > Your contribution to Arch World Domination Enterprises has been > received > > > and a company associate has been dispatched to

Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread Nicolás Reynolds
El 19/07/11 09:26, David J. Haines dijo: > On Tue, Jul 19, 2011 at 8:01 AM, Sven-Hendrik Haase wrote: > > Your contribution to Arch World Domination Enterprises has been received > > and a company associate has been dispatched to your location with champagne > > and a party hat. > > > If it's to be

Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread David J. Haines
On Tue, Jul 19, 2011 at 8:01 AM, Sven-Hendrik Haase wrote: > On 07/19/2011 01:49 PM, David J. Haines wrote: > >> On Mon, Jul 18, 2011 at 8:57 PM, Daniel Hilst Selli >> wrote: >> >> Em 18-07-2011 18:14, Sven-Hendrik Haase escreveu: >>> >>> On 07/18/2011 10:03 PM, David J. Haines wrote: >>> A

Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread Sven-Hendrik Haase
On 07/19/2011 01:49 PM, David J. Haines wrote: On Mon, Jul 18, 2011 at 8:57 PM, Daniel Hilst Selli wrote: Em 18-07-2011 18:14, Sven-Hendrik Haase escreveu: On 07/18/2011 10:03 PM, David J. Haines wrote: And yet, it doesn't touch on forwarding of anything other than X11 data. To answer the

Re: [arch-general] SSH Tunnel doubts

2011-07-19 Thread David J. Haines
On Mon, Jul 18, 2011 at 8:57 PM, Daniel Hilst Selli wrote: > Em 18-07-2011 18:14, Sven-Hendrik Haase escreveu: > > On 07/18/2011 10:03 PM, David J. Haines wrote: >> >>> And yet, it doesn't touch on forwarding of anything other than X11 data. >>> >>> To answer the original question, you're missing

Re: [arch-general] SSH Tunnel doubts

2011-07-18 Thread Daniel Hilst Selli
Em 18-07-2011 18:14, Sven-Hendrik Haase escreveu: On 07/18/2011 10:03 PM, David J. Haines wrote: And yet, it doesn't touch on forwarding of anything other than X11 data. To answer the original question, you're missing the host you're trying to connect to, but I'll fill in the blanks ssh -L X

Re: [arch-general] SSH Tunnel doubts

2011-07-18 Thread Sven-Hendrik Haase
On 07/18/2011 10:03 PM, David J. Haines wrote: And yet, it doesn't touch on forwarding of anything other than X11 data. To answer the original question, you're missing the host you're trying to connect to, but I'll fill in the blanks ssh -L X:host1:Y host2 means open a connection to host2, incl

Re: [arch-general] SSH Tunnel doubts

2011-07-18 Thread David J. Haines
And yet, it doesn't touch on forwarding of anything other than X11 data. To answer the original question, you're missing the host you're trying to connect to, but I'll fill in the blanks ssh -L X:host1:Y host2 means open a connection to host2, including shell, and forward anything sent to localho

Re: [arch-general] SSH Tunnel doubts

2011-07-18 Thread Jeffrey Lynn Parke Jr.
On Mon, Jul 18, 2011 at 2:05 PM, Daniel. wrote: > I have some doubts about traffic forwarding > > Supposing that my IP is 192.168.1.100 > and the remote is 192.168.1.200 > > is this -> ssh -R 1000:192.168.1.200:22 > the same as this: > ssh 192.168.1.200 > ssh -L 1000:192.168.1.100:22 > > > ??? >

[arch-general] SSH Tunnel doubts

2011-07-18 Thread Daniel.
I have some doubts about traffic forwarding Supposing that my IP is 192.168.1.100 and the remote is 192.168.1.200 is this -> ssh -R 1000:192.168.1.200:22 the same as this: ssh 192.168.1.200 ssh -L 1000:192.168.1.100:22 ??? -- *"Do or do not. There is no try"* * **Yoda Master*