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
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
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
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
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
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
>>>>
>>>> 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
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
>>>
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
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
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
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
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
13 matches
Mail list logo