Re: ssh tunneling

2013-09-12 Thread Reindl Harald
Am 12.09.2013 05:17, schrieb bruce: > when foo runs on machine B, it's looking to connect to port 4725, so > I'm trying to figure out how to allow port 4725 from machine A to be > forwarded through to port 4725 in machine B... > > any pointers would be useful http://ubuntuguide.org/wiki/Using_S

Re: ssh tunneling

2013-09-12 Thread poma
On 12.09.2013 08:50, Alchemist wrote: > 2013/9/12 bruce > >> Hi. >> >> Not sure if this is the right list, but I'm trying to figure out how >> to allow an app running on an external machine to be setup to access a >> "port"/app running on another machine through a ssh tunnel... >> >> machine A is

Re: ssh tunneling

2013-09-11 Thread Alchemist
2013/9/12 bruce > Hi. > > Not sure if this is the right list, but I'm trying to figure out how > to allow an app running on an external machine to be setup to access a > "port"/app running on another machine through a ssh tunnel... > > machine A is the machine running an app located on port 4725

ssh tunneling

2013-09-11 Thread bruce
Hi. Not sure if this is the right list, but I'm trying to figure out how to allow an app running on an external machine to be setup to access a "port"/app running on another machine through a ssh tunnel... machine A is the machine running an app located on port 4725 machine A is running sshd, and

VPN like solution for SSH Tunneling?

2011-06-03 Thread lancebaynes87
Solution: https://github.com/apenwarr/sshuttle/ does anyone use it? any opinions/experiences? thank you -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org

Re: ssh tunneling client settings

2010-02-24 Thread Cameron Simpson
On 24Feb2010 18:32, Andrew Haley wrote: | On 02/24/2010 06:23 PM, Christoph Höger wrote: | > Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: | >> On 02/24/2010 02:41 PM, Christoph Höger wrote: | >>> are there any special client settings one needs to have for s

Re: ssh tunneling client settings

2010-02-24 Thread Daniel J Walsh
>>>> >>>> are there any special client settings one needs to have for ssh >>>> tunneling? >>>> >>>> I have the classical setup: machines A1 and A2 (both fedora 12) should >>>> access C which is only accessible from B1 (kerbero

Re: ssh tunneling client settings

2010-02-24 Thread Andrew Haley
On 02/24/2010 06:23 PM, Christoph Höger wrote: > Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: >> On 02/24/2010 02:41 PM, Christoph Höger wrote: >>> Hi guys, >>> >>> are there any special client settings one needs to have for ssh >>>

Re: ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Am Mittwoch, den 24.02.2010, 19:23 +0100 schrieb Christoph Höger: > Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: > > On 02/24/2010 02:41 PM, Christoph Höger wrote: > > > Hi guys, > > > > > > are there any special client settings one n

Re: ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: > On 02/24/2010 02:41 PM, Christoph Höger wrote: > > Hi guys, > > > > are there any special client settings one needs to have for ssh > > tunneling? > > > > I have the classical setup: mac

Re: ssh tunneling client settings

2010-02-24 Thread Andrew Haley
On 02/24/2010 02:41 PM, Christoph Höger wrote: > Hi guys, > > are there any special client settings one needs to have for ssh > tunneling? > > I have the classical setup: machines A1 and A2 (both fedora 12) should > access C which is only accessible from B1 (kerberos) or B2

Re: ssh tunneling client settings

2010-02-24 Thread fedora
check to see with ssh -v .. suomi On 02/24/2010 03:41 PM, Christoph Höger wrote: > Hi guys, > > are there any special client settings one needs to have for ssh > tunneling? > > I have the classical setup: machines A1 and A2 (both fedora 12) should > access C which is on

ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Hi guys, are there any special client settings one needs to have for ssh tunneling? I have the classical setup: machines A1 and A2 (both fedora 12) should access C which is only accessible from B1 (kerberos) or B2 (private key) So on A1 I used to ssh -L 10080:C:80 B1 or ssh -L 10080:C:80 B2