diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 36 |
2 files changed, 22 insertions, 19 deletions
@@ -26,6 +26,9 @@ | |||
26 | - stevesk@cvs.openbsd.org 2005/12/21 22:44:26 | 26 | - stevesk@cvs.openbsd.org 2005/12/21 22:44:26 |
27 | [sshd.8] | 27 | [sshd.8] |
28 | clarify precedence of -p, Port, ListenAddress; ok and help jmc@ | 28 | clarify precedence of -p, Port, ListenAddress; ok and help jmc@ |
29 | - jmc@cvs.openbsd.org 2005/12/22 10:31:40 | ||
30 | [ssh_config.5] | ||
31 | put the description of "UsePrivilegedPort" in the correct place; | ||
29 | 32 | ||
30 | 20051220 | 33 | 20051220 |
31 | - (dtucker) OpenBSD CVS Sync | 34 | - (dtucker) OpenBSD CVS Sync |
@@ -3528,4 +3531,4 @@ | |||
3528 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3531 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3529 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3532 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3530 | 3533 | ||
3531 | $Id: ChangeLog,v 1.4046 2005/12/24 03:55:16 djm Exp $ | 3534 | $Id: ChangeLog,v 1.4047 2005/12/24 03:55:47 djm Exp $ |
diff --git a/ssh_config.5 b/ssh_config.5 index 89b219c28..072ea11a1 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.71 2005/12/17 21:36:42 stevesk Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.72 2005/12/22 10:31:40 jmc 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 |
@@ -891,23 +891,6 @@ This is important in scripts, and many users want it too. | |||
891 | .Pp | 891 | .Pp |
892 | To disable TCP keepalive messages, the value should be set to | 892 | To disable TCP keepalive messages, the value should be set to |
893 | .Dq no . | 893 | .Dq no . |
894 | .It Cm UsePrivilegedPort | ||
895 | Specifies whether to use a privileged port for outgoing connections. | ||
896 | The argument must be | ||
897 | .Dq yes | ||
898 | or | ||
899 | .Dq no . | ||
900 | The default is | ||
901 | .Dq no . | ||
902 | If set to | ||
903 | .Dq yes | ||
904 | .Nm ssh | ||
905 | must be setuid root. | ||
906 | Note that this option must be set to | ||
907 | .Dq yes | ||
908 | for | ||
909 | .Cm RhostsRSAAuthentication | ||
910 | with older servers. | ||
911 | .It Cm Tunnel | 894 | .It Cm Tunnel |
912 | Request starting | 895 | Request starting |
913 | .Xr tun 4 | 896 | .Xr tun 4 |
@@ -927,6 +910,23 @@ Force a specified | |||
927 | .Xr tun 4 | 910 | .Xr tun 4 |
928 | device on the client. | 911 | device on the client. |
929 | Without this option, the next available device will be used. | 912 | Without this option, the next available device will be used. |
913 | .It Cm UsePrivilegedPort | ||
914 | Specifies whether to use a privileged port for outgoing connections. | ||
915 | The argument must be | ||
916 | .Dq yes | ||
917 | or | ||
918 | .Dq no . | ||
919 | The default is | ||
920 | .Dq no . | ||
921 | If set to | ||
922 | .Dq yes | ||
923 | .Nm ssh | ||
924 | must be setuid root. | ||
925 | Note that this option must be set to | ||
926 | .Dq yes | ||
927 | for | ||
928 | .Cm RhostsRSAAuthentication | ||
929 | with older servers. | ||
930 | .It Cm User | 930 | .It Cm User |
931 | Specifies the user to log in as. | 931 | Specifies the user to log in as. |
932 | This can be useful when a different user name is used on different machines. | 932 | This can be useful when a different user name is used on different machines. |