diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-13 20:37:05 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-13 20:37:05 +1000 |
commit | ec960f2c933aa55ca5dc319cff55cecce34f1f4b (patch) | |
tree | 9b684c910ef3e2fc2253003c6353334969405871 /sshd.8 | |
parent | 3bdbd848ea86c27a65ee766fd2c9d9158dadb381 (diff) |
- markus@cvs.openbsd.org 2003/08/13 08:46:31
[auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
fgsch@, miod@, henning@, jakob@ and others
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.198 2003/06/10 09:12:12 jmc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.199 2003/08/13 08:46:31 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -292,7 +292,6 @@ may also be used to prevent | |||
292 | from making DNS requests unless the authentication | 292 | from making DNS requests unless the authentication |
293 | mechanism or configuration requires it. | 293 | mechanism or configuration requires it. |
294 | Authentication mechanisms that may require DNS include | 294 | Authentication mechanisms that may require DNS include |
295 | .Cm RhostsAuthentication , | ||
296 | .Cm RhostsRSAAuthentication , | 295 | .Cm RhostsRSAAuthentication , |
297 | .Cm HostbasedAuthentication | 296 | .Cm HostbasedAuthentication |
298 | and using a | 297 | and using a |