| Summary: | Configuration keyword "ShostsFile (or RhostsFile)" does not exist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | SASAJIMA Toshihiro <sasajima> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | NEW --- | ||||||
| Severity: | enhancement | ||||||
| Priority: | P3 | ||||||
| Version: | 4.2p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
SASAJIMA Toshihiro
2005-12-01 19:00:04 AEDT
If you want deny user control of HostbasedAuthentication, then you can enter users in /etc/shosts.equiv and set IgnoreRhosts=yes in sshd_config Does that solve your problem? Created attachment 1033 [details]
this patch appends configuration keyword "ShostsFile"
This patch works in my Solaris8 box.
(In reply to comment #1) > If you want deny user control of HostbasedAuthentication, then you can enter > users in /etc/shosts.equiv and set IgnoreRhosts=yes in sshd_config > > Does that solve your problem? > No, hosts.equiv only solves following: foo@localhost -> foo@remotehost But I assume following: foo@localhost -> bar@remotehost |