summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
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 49b50c391..0f68e7e69 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.155 2002/06/09 22:15:15 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.156 2002/06/10 17:45:20 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1083,9 +1083,6 @@ Specifies whether to try rhosts based authentication.
1083Note that this 1083Note that this
1084declaration only affects the client side and has no effect whatsoever 1084declaration only affects the client side and has no effect whatsoever
1085on security. 1085on security.
1086Disabling rhosts authentication may reduce
1087authentication time on slow connections when rhosts authentication is
1088not used.
1089Most servers do not permit RhostsAuthentication because it 1086Most servers do not permit RhostsAuthentication because it
1090is not secure (see 1087is not secure (see
1091.Cm RhostsRSAAuthentication ) . 1088.Cm RhostsRSAAuthentication ) .
@@ -1094,7 +1091,7 @@ The argument to this keyword must be
1094or 1091or
1095.Dq no . 1092.Dq no .
1096The default is 1093The default is
1097.Dq yes . 1094.Dq no .
1098This option applies to protocol version 1 only. 1095This option applies to protocol version 1 only.
1099.It Cm RhostsRSAAuthentication 1096.It Cm RhostsRSAAuthentication
1100Specifies whether to try rhosts based authentication with RSA host 1097Specifies whether to try rhosts based authentication with RSA host
@@ -1104,7 +1101,7 @@ The argument must be
1104or 1101or
1105.Dq no . 1102.Dq no .
1106The default is 1103The default is
1107.Dq yes . 1104.Dq no .
1108This option applies to protocol version 1 only and requires 1105This option applies to protocol version 1 only and requires
1109.Nm 1106.Nm
1110to be setuid root. 1107to be setuid root.