Bug 1782

Summary: Match support for HostbasedUsesNameFromPacketOnly
Product: Portable OpenSSH Reporter: Iain Morgan <imorgan>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: enhancement CC: djm
Priority: P2    
Version: -current   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1708    
Attachments:
Description Flags
Enable Match support for HostbasedUsesNameFromPacketOnly none

Description Iain Morgan 2010-06-16 03:27:57 AEST
Created attachment 1860 [details]
Enable Match support for HostbasedUsesNameFromPacketOnly

Currently HostbasedUsesNameFromPacketOnly can only be set as a global
sshd_config option. This means that if hostbased authentication is
enabled and some of the client hosts are behind a NAT, then all
hostbased authentication attempts must only use the hostname from the
authentication packet.

A more surgical approach would be to allow this option to be enabled
on a per-IP bases. Thus the resolved name could be used for clients
that are not behind a NAT and those behind a NAT could use the name
supplied in the packet.
Comment 1 Damien Miller 2010-06-18 10:39:58 AEST
I'll try to commit this together with Match support for AuthorizedKeys and a couple of others. Please see attachment #1863 [details] on bug #1764
Comment 2 Damien Miller 2010-06-22 14:26:31 AEST
fixed as part of bug #1764 - this will be in OpenSSH 5.6
Comment 3 Damien Miller 2011-01-24 12:33:32 AEDT
Move resolved bugs to CLOSED after 5.7 release