summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.538
1 files changed, 29 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0d40fd63e..68ec311b2 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.94 2006/05/29 16:10:03 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.95 2006/07/02 17:12:58 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
@@ -931,24 +931,44 @@ This is important in scripts, and many users want it too.
931To disable TCP keepalive messages, the value should be set to 931To disable TCP keepalive messages, the value should be set to
932.Dq no . 932.Dq no .
933.It Cm Tunnel 933.It Cm Tunnel
934Request starting 934Request
935.Xr tun 4 935.Xr tun 4
936device forwarding between the client and the server. 936device forwarding between the client and the server.
937This option also allows requesting layer 2 (ethernet)
938instead of layer 3 (point-to-point) tunneling from the server.
939The argument must be 937The argument must be
940.Dq yes , 938.Dq yes ,
941.Dq point-to-point , 939.Dq point-to-point
942.Dq ethernet , 940(layer 3),
941.Dq ethernet
942(layer 2),
943or 943or
944.Dq no . 944.Dq no .
945Specifying
946.Dq yes
947requests the default tunnel mode, which is
948.Dq point-to-point .
945The default is 949The default is
946.Dq no . 950.Dq no .
947.It Cm TunnelDevice 951.It Cm TunnelDevice
948Force a specified 952Specifies the
949.Xr tun 4 953.Xr tun 4
950device on the client. 954devices to open on the client
951Without this option, the next available device will be used. 955.Pq Ar local_tun
956and the server
957.Pq Ar remote_tun .
958.Pp
959The argument must be
960.Sm off
961.Ar local_tun Op : Ar remote_tun .
962.Sm on
963The devices may be specified by numerical ID or the keyword
964.Dq any ,
965which uses the next available tunnel device.
966If
967.Ar remote_tun
968is not specified, it defaults to
969.Dq any .
970The default is
971.Dq any:any .
952.It Cm UsePrivilegedPort 972.It Cm UsePrivilegedPort
953Specifies whether to use a privileged port for outgoing connections. 973Specifies whether to use a privileged port for outgoing connections.
954The argument must be 974The argument must be