Re: ssh IPV6 link local through jumphost

2024-02-23 Thread tom...@yandex.ru
On Fri, 23 Feb 2024 10:49:05 -0700 Ian Timothy wrote: > > On Feb 23, 2024, at 10:33, Tom wrote: > > > > command `ssh user@fe80::262:bff::@em0` works just fine. > > > > `ssh -J user9001@jumpserver user@fe80::262:bff::%em0` > > Don’t know if this is the problem, but I notice

Re: ssh IPV6 link local through jumphost

2024-02-23 Thread Denis Fondras
Le Fri, Feb 23, 2024 at 12:33:42PM -0500, Tom a écrit : > Hi list! > > Could you please guide me how to use link-local addresses with jumphost? > > I have a server 'X' with a link local IPv6 address of > fe80::262:bff:: > that IP is reachable from the server 'jumpserver' via interface

Re: ssh IPV6 link local through jumphost

2024-02-23 Thread Ian Timothy
> On Feb 23, 2024, at 10:33, Tom wrote: > > command `ssh user@fe80::262:bff::@em0` works just fine. > > `ssh -J user9001@jumpserver user@fe80::262:bff::%em0` Don’t know if this is the problem, but I notice your two addresses are different. Notice @em0 vs %em0.

ssh IPV6 link local through jumphost

2024-02-23 Thread Tom
Hi list! Could you please guide me how to use link-local addresses with jumphost? I have a server 'X' with a link local IPv6 address of fe80::262:bff:: that IP is reachable from the server 'jumpserver' via interface em0, command `ssh user@fe80::262:bff::@em0` works just fine.