summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-04 16:47:35 +1000
committerDamien Miller <djm@mindrot.org>2002-09-04 16:47:35 +1000
commit9b1dacdf2cc18aa150bc2a293e7180db79103f9a (patch)
tree46f49c787bd3d39602ded3813a08fe87739b3a85
parent147bba3453ab94de72ac9f76bc4deabd1c24fd2e (diff)
- stevesk@cvs.openbsd.org 2002/08/29 16:09:02
[ssh_config.5] more on UsePrivilegedPort and setuid root; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.513
2 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 33b585867..26d4142cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@
45 - stevesk@cvs.openbsd.org 2002/08/29 16:02:54 45 - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
46 [ssh.1 ssh.c] 46 [ssh.1 ssh.c]
47 deprecate -P as UsePrivilegedPort defaults to no now; ok markus@ 47 deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
48 - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
49 [ssh_config.5]
50 more on UsePrivilegedPort and setuid root; ok markus@
48 51
4920020820 5220020820
50 - OpenBSD CVS Sync 53 - OpenBSD CVS Sync
@@ -1586,4 +1589,4 @@
1586 - (stevesk) entropy.c: typo in debug message 1589 - (stevesk) entropy.c: typo in debug message
1587 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1590 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1588 1591
1589$Id: ChangeLog,v 1.2439 2002/09/04 06:46:06 djm Exp $ 1592$Id: ChangeLog,v 1.2440 2002/09/04 06:47:35 djm Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index 82eda0a18..625bf6281 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.3 2002/08/27 17:18:40 stevesk Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.4 2002/08/29 16:09:02 stevesk 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
@@ -511,7 +511,12 @@ or
511.Dq no . 511.Dq no .
512The default is 512The default is
513.Dq no . 513.Dq no .
514This option applies to protocol version 1 only. 514This option applies to protocol version 1 only and requires
515.Nm ssh
516to be setuid root and
517.Cm UsePrivilegedPort
518to be set to
519.Dq yes .
515.It Cm RhostsRSAAuthentication 520.It Cm RhostsRSAAuthentication
516Specifies whether to try rhosts based authentication with RSA host 521Specifies whether to try rhosts based authentication with RSA host
517authentication. 522authentication.
@@ -586,6 +591,10 @@ or
586.Dq no . 591.Dq no .
587The default is 592The default is
588.Dq no . 593.Dq no .
594If set to
595.Dq yes
596.Nm ssh
597must be setuid root.
589Note that this option must be set to 598Note that this option must be set to
590.Dq yes 599.Dq yes
591if 600if