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 ssh
| >>> tunneling?
| >
On 02/24/2010 01:32 PM, 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:
>>>
Hi guys,
are there any special client settings
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
>>> tunneling?
>>>
>>> I have the classical setup: m
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 needs to have for ssh
> > > tunneling?
> > >
>
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: machines A1 and A2 (both fedora 12) should
> > ac
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 (private key)
>
> So
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 only accessible from B1 (
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