bugzilla-daemon at mindrot.org
2002-Mar-13 09:07 UTC
[Bug 162] Tunneling of ssh over ssh seems broken
http://bugzilla.mindrot.org/show_bug.cgi?id=162 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From markus at openbsd.org 2002-03-13 20:07 ------- 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 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.