> + AC_DEFINE(_PATH_BTMP, "/var/log/btmp", [log for bad login attempts])
In HP-UX it is "/var/adm/btmp"
> As to logging failures for the other auth types (pubkey, gssapi, hostbased), I > don't think that should be enabled by default
How about getting them under a sshd_config directive .
> + AC_DEFINE( _PATH_BTMP, "/var/log/btmp", [log for bad login attempts])
In HP-UX it is "/var/adm/btmp"
> As to logging failures for the other auth types (pubkey, gssapi, hostbased), I
> don't think that should be enabled by default
How about getting them under a sshd_config directive .