[Bug 2172] New: ssh cann't use link-local IPv6 address in configuration file
bugzilla-daemon at natsu.mindrot.org
bugzilla-daemon at natsu.mindrot.org
Wed Nov 13 19:04:45 EST 2013
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.
More information about the openssh-bugs
mailing list