Displaying 1 result from an estimated 1 matches for "83cf".
Did you mean:
832f
2014 Jul 21
0
[Bug 2258] New: Add hint to IPv6 syntax
...tion=edit
man page with hint for brackets around ipv6 address
In the man page it sais nothing about the format you have to use if you
want to copy from or to a host that is just an IPv6 address:
scp requires some special syntax as this example shows:
$ scp filename user@\[fe80::203:6dff:fe00:83cf%eth0\]:/tmp/
The IPv6 address must be enclosed in brackets, which must then be
escaped. If you?re logging in as a different user, the username goes
outside the braces. And you must specify the local interface with the
percent sign for Link Local addresses.
This should be added to the man page or...