bugzilla-daemon at natsu.mindrot.org
2013-Nov-13 08:04 UTC
[Bug 2172] New: ssh cann't use link-local IPv6 address in configuration file
https://bugzilla.mindrot.org/show_bug.cgi?id=2172
Bug ID: 2172
Summary: ssh cann't use link-local IPv6 address in
configuration file
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: kukabu at gmail.com
Hello
For use link-local IPv6 address need to specify the interface. It's
possible in command line but impossible in configure file.
$ ssh fe80::203:47ff:fe98:7799%em1
it's ok, but
$ ssh -F .ssh/config_test test
percent_expand: unknown key %e
$ cat .ssh/config_test
host test
HostName fe80::203:47ff:fe98:7799%em1
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Nov-13 11:10 UTC
[Bug 2172] ssh cann't use link-local IPv6 address in configuration file
https://bugzilla.mindrot.org/show_bug.cgi?id=2172
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
You can include a literal '%' using '%%', so:
host test
HostName fe80::203:47ff:fe98:7799%%em1
Does that solve your problem?
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Nov-13 12:27 UTC
[Bug 2172] ssh cann't use link-local IPv6 address in configuration file
https://bugzilla.mindrot.org/show_bug.cgi?id=2172 --- Comment #2 from Michael Tatarinov <kukabu at gmail.com> --- Yes, it's solve problem. Thanks! Then it should be documented. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2014-Jul-03 05:33 UTC
[Bug 2172] ssh cann't use link-local IPv6 address in configuration file
https://bugzilla.mindrot.org/show_bug.cgi?id=2172
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Blocks| |2226
Resolution|--- |FIXED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Done. The manual text (coming in openssh-5.7) now reads:
> HostName
> Specifies the real host name to log into. This can be used to
> specify nicknames or abbreviations for hosts. If the hostname
> contains the character sequence `%h', then this will be
replaced
> with the host name specified on the command line (this is
useful
> for manipulating unqualified names). The character sequence
`%%'
> will be replaced by a single `%' character, which may be
used
> when specifying IPv6 link-local addresses.
>
> The default is the name given on the command line. Numeric IP
> addresses are also permitted (both on the command line and in
> HostName specifications).
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-07 21:00 UTC
[Bug 2172] ssh cann't use link-local IPv6 address in configuration file
https://bugzilla.mindrot.org/show_bug.cgi?id=2172
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all bugs left open from 6.6 and 6.7 releases.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.