Displaying 2 results from an estimated 2 matches for "d91c".
Did you mean:
d01c
2010 May 13
1
sshd dies if passed host key with relative path on command line
...filecontrol-v1.3-hpn13v7, OpenSSL 0.9.8n 24 Mar 2010
HP-UX Secure Shell-A.05.50.002.LdapTest, HP-UX Secure Shell version
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug3: RNG is ready, skipping seeding
debug2: ssh_connect: needpriv 0
debug1: Connecting to sshia2 [fe80::217:8ff:fe7c:d91c] port 1234.
debug1: Connection established.
debug1: identity file /home/user1/.ssh/id_rsa type -1
debug1: identity file /home/user1/.ssh/id_rsa-cert type -1
debug1: identity file /home/user1/.ssh/id_dsa type -1
debug1: identity file /home/user1/.ssh/id_dsa-cert type -1
ssh_exchange_identification:...
2010 Dec 22
3
[Bug 1847] New: SFTP doen't work well with IPV6 address
...iority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: adamchen at live.cn
Greetings.
I'm using ssh 5.6p1 release and have met a problem using SFTP with IPV6
address. Here's a brief.
When I ran command "sftp -6 fe80::217:8ff:fe7c:d91c", SFTP threw out
below error messages.
ssh: Could not resolve hostname fe80: host nor service provided, or not
known
Connection closed
See that the hostname has been cut as "fe80", and of cource this could
not be resolved. By reading sftp.c, I noticed that this happened in
line 2...