| Summary: | Tunneling of ssh over ssh seems broken | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jakob Lichtenberg <jl> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Jakob Lichtenberg
2002-03-13 15:07:52 AEDT
the pre-3.x behaviour can be restored with this option:
NoHostAuthenticationForLocalhost
This option can be used if the home directory is shared across
machines. In this case localhost will refer to a different ma-
chine on each of the machines and the user will get many warnings
about changed host keys. However, this option disables host au-
thentication for localhost. The argument to this keyword must be
``yes'' or ``no''. The default is to check the host key for lo-
calhost.
however, the use of HostKeyAlias is recommended
Mass change of RESOLVED bugs to CLOSED |