| Summary: | ssh some_acct@localhost generates error message but works | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Robert Wolf <robert_wolf_toronto> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | UltraSPARC | ||
| OS: | Solaris | ||
|
Description
Robert Wolf
2002-09-05 05:40:45 AEST
Both of these are normal.
The "Network is unreachable" is to address ::1 which is IPv6 shorthand for the
loopback adapter. Ignore it, use ssh -4 to force IPv4, set up your IPv6
loopback ("ifconfig lo0 inet6 ::1/128"), or recompile after configuring with
--with-ipv4-default.
The second one is a warning that the host presented a host key that wasn't known
by the client. This will only happen once per user. To avoid this, add the
host's key to the client's global /usr/local/etc/ssh_known_hosts file.
It would be nice if ssh_config had an option for selecting IP4/6 to match the -4
and -6 command-line options (or is there one and I missed it?)
Mass change of RESOLVED bugs to CLOSED |