summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-13 20:37:05 +1000
commitec960f2c933aa55ca5dc319cff55cecce34f1f4b (patch)
tree9b684c910ef3e2fc2253003c6353334969405871 /ssh_config.5
parent3bdbd848ea86c27a65ee766fd2c9d9158dadb381 (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 'ssh_config.5')
-rw-r--r--ssh_config.528
1 files changed, 3 insertions, 25 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 3a79af8f0..fb341d79b 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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: ssh_config.5,v 1.16 2003/07/22 13:35:22 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.17 2003/08/13 08:46:31 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -529,26 +529,6 @@ IPv6 addresses can be specified with an alternative syntax:
529Multiple forwardings may be specified, and additional 529Multiple forwardings may be specified, and additional
530forwardings can be given on the command line. 530forwardings can be given on the command line.
531Only the superuser can forward privileged ports. 531Only the superuser can forward privileged ports.
532.It Cm RhostsAuthentication
533Specifies whether to try rhosts based authentication.
534Note that this
535declaration only affects the client side and has no effect whatsoever
536on security.
537Most servers do not permit RhostsAuthentication because it
538is not secure (see
539.Cm RhostsRSAAuthentication ) .
540The argument to this keyword must be
541.Dq yes
542or
543.Dq no .
544The default is
545.Dq no .
546This option applies to protocol version 1 only and requires
547.Nm ssh
548to be setuid root and
549.Cm UsePrivilegedPort
550to be set to
551.Dq yes .
552.It Cm RhostsRSAAuthentication 532.It Cm RhostsRSAAuthentication
553Specifies whether to try rhosts based authentication with RSA host 533Specifies whether to try rhosts based authentication with RSA host
554authentication. 534authentication.
@@ -629,11 +609,9 @@ If set to
629must be setuid root. 609must be setuid root.
630Note that this option must be set to 610Note that this option must be set to
631.Dq yes 611.Dq yes
632if 612for
633.Cm RhostsAuthentication
634and
635.Cm RhostsRSAAuthentication 613.Cm RhostsRSAAuthentication
636authentications are needed with older servers. 614with older servers.
637.It Cm User 615.It Cm User
638Specifies the user to log in as. 616Specifies the user to log in as.
639This can be useful when a different user name is used on different machines. 617This can be useful when a different user name is used on different machines.