diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 36 |
1 files changed, 18 insertions, 18 deletions
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. |