summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-15 19:55:48 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-15 19:55:48 +0000
commitfcec7f82bb394762afce0801f43bad6d2a4b4a86 (patch)
treec746459c01b391b6e316e97ba47098eb05cc0068 /ssh.1
parentfa72ddac73e3549cf5d399fae31bfb5a293ed0cc (diff)
- markus@cvs.openbsd.org 2000/12/12 14:45:21
[sshd.c] source port < 1024 is no longer required for rhosts-rsa since it adds no additional security. - markus@cvs.openbsd.org 2000/12/12 16:11:49 [ssh.1 ssh.c] rhosts-rsa is no longer automagically disabled if ssh is not privileged. UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. these changes should not change the visible default behaviour of the ssh client.
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 9a4330f55..fd791200d 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.71 2000/12/07 04:24:59 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.72 2000/12/12 23:11:48 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -464,7 +464,8 @@ not permit connections from privileged ports.
464Note that this option turns off 464Note that this option turns off
465.Cm RhostsAuthentication 465.Cm RhostsAuthentication
466and 466and
467.Cm RhostsRSAAuthentication . 467.Cm RhostsRSAAuthentication
468for older servers.
468.It Fl q 469.It Fl q
469Quiet mode. 470Quiet mode.
470Causes all warning and diagnostic messages to be suppressed. 471Causes all warning and diagnostic messages to be suppressed.
@@ -948,7 +949,8 @@ Note that setting this option to
948turns off 949turns off
949.Cm RhostsAuthentication 950.Cm RhostsAuthentication
950and 951and
951.Cm RhostsRSAAuthentication . 952.Cm RhostsRSAAuthentication
953for older servers.
952.It Cm User 954.It Cm User
953Specifies the user to log in as. 955Specifies the user to log in as.
954This can be useful if you have a different user name on different machines. 956This can be useful if you have a different user name on different machines.