summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.536
2 files changed, 22 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 645feffc0..4072f14ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
3020051220 3320051220
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
892To disable TCP keepalive messages, the value should be set to 892To disable TCP keepalive messages, the value should be set to
893.Dq no . 893.Dq no .
894.It Cm UsePrivilegedPort
895Specifies whether to use a privileged port for outgoing connections.
896The argument must be
897.Dq yes
898or
899.Dq no .
900The default is
901.Dq no .
902If set to
903.Dq yes
904.Nm ssh
905must be setuid root.
906Note that this option must be set to
907.Dq yes
908for
909.Cm RhostsRSAAuthentication
910with older servers.
911.It Cm Tunnel 894.It Cm Tunnel
912Request starting 895Request starting
913.Xr tun 4 896.Xr tun 4
@@ -927,6 +910,23 @@ Force a specified
927.Xr tun 4 910.Xr tun 4
928device on the client. 911device on the client.
929Without this option, the next available device will be used. 912Without this option, the next available device will be used.
913.It Cm UsePrivilegedPort
914Specifies whether to use a privileged port for outgoing connections.
915The argument must be
916.Dq yes
917or
918.Dq no .
919The default is
920.Dq no .
921If set to
922.Dq yes
923.Nm ssh
924must be setuid root.
925Note that this option must be set to
926.Dq yes
927for
928.Cm RhostsRSAAuthentication
929with older servers.
930.It Cm User 930.It Cm User
931Specifies the user to log in as. 931Specifies the user to log in as.
932This can be useful when a different user name is used on different machines. 932This can be useful when a different user name is used on different machines.