summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:53:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-11 15:53:05 +0000
commit2bf82763935991dd151eac3bc378eebbbaea3fdc (patch)
tree49f19281fba794b1d5ab23893da8f92dccd74f5f /ssh.1
parent1775c9c97af0559f7b6df766ce79d66a1e883379 (diff)
downloadopenssh-git-2bf82763935991dd151eac3bc378eebbbaea3fdc.tar.gz
- stevesk@cvs.openbsd.org 2002/06/10 17:45:20
[readconf.c ssh.1] change RhostsRSAAuthentication and RhostsAuthentication default to no since ssh is no longer setuid root by default; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 3 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index 49b50c39..0f68e7e6 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.155 2002/06/09 22:15:15 stevesk Exp $
+.\" $OpenBSD: ssh.1,v 1.156 2002/06/10 17:45:20 stevesk Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -1083,9 +1083,6 @@ Specifies whether to try rhosts based authentication.
Note that this
declaration only affects the client side and has no effect whatsoever
on security.
-Disabling rhosts authentication may reduce
-authentication time on slow connections when rhosts authentication is
-not used.
Most servers do not permit RhostsAuthentication because it
is not secure (see
.Cm RhostsRSAAuthentication ) .
@@ -1094,7 +1091,7 @@ The argument to this keyword must be
or
.Dq no .
The default is
-.Dq yes .
+.Dq no .
This option applies to protocol version 1 only.
.It Cm RhostsRSAAuthentication
Specifies whether to try rhosts based authentication with RSA host
@@ -1104,7 +1101,7 @@ The argument must be
or
.Dq no .
The default is
-.Dq yes .
+.Dq no .
This option applies to protocol version 1 only and requires
.Nm
to be setuid root.