diff options
author | Kevin Steves <stevesk@pobox.com> | 2000-12-15 20:55:48 +0100 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2000-12-15 20:55:48 +0100 |
commit | fcec7f82bb394762afce0801f43bad6d2a4b4a86 (patch) | |
tree | c746459c01b391b6e316e97ba47098eb05cc0068 /ssh.1 | |
parent | - (stevesk) OpenBSD CVS updates: (diff) | |
download | openssh-fcec7f82bb394762afce0801f43bad6d2a4b4a86.tar.xz openssh-fcec7f82bb394762afce0801f43bad6d2a4b4a86.zip |
- 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.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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.71 2000/12/07 04:24:59 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.72 2000/12/12 23:11:48 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -464,7 +464,8 @@ not permit connections from privileged ports. Note that this option turns off .Cm RhostsAuthentication and -.Cm RhostsRSAAuthentication . +.Cm RhostsRSAAuthentication +for older servers. .It Fl q Quiet mode. Causes all warning and diagnostic messages to be suppressed. @@ -948,7 +949,8 @@ Note that setting this option to turns off .Cm RhostsAuthentication and -.Cm RhostsRSAAuthentication . +.Cm RhostsRSAAuthentication +for older servers. .It Cm User Specifies the user to log in as. This can be useful if you have a different user name on different machines. |