summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-30 22:38:52 +1000
committerDamien Miller <djm@mindrot.org>2004-06-30 22:38:52 +1000
commit2234bac999018887c7751335f34f52c3c3d5e21d (patch)
tree76c9be721c396c149c53dd88bd1b595a10d1714e /ssh_config.5
parent5d1ecebcb5c3e7d59bc9a77941556e6ebc0153d8 (diff)
- jmc@cvs.openbsd.org 2004/06/26 09:11:14
[ssh_config.5] punctuation and grammar fixes. also, keep the options in order.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.532
1 files changed, 16 insertions, 16 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 3e8c1db06..0e1a031e5 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.37 2004/06/17 15:10:14 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.38 2004/06/26 09:11:14 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
@@ -244,18 +244,6 @@ Specifies the timeout (in seconds) used when connecting to the ssh
244server, instead of using the default system TCP timeout. 244server, instead of using the default system TCP timeout.
245This value is used only when the target is down or really unreachable, 245This value is used only when the target is down or really unreachable,
246not when it refuses the connection. 246not when it refuses the connection.
247.It Cm DynamicForward
248Specifies that a TCP/IP port on the local machine be forwarded
249over the secure channel, and the application
250protocol is then used to determine where to connect to from the
251remote machine.
252The argument must be a port number.
253Currently the SOCKS4 and SOCKS5 protocols are supported, and
254.Nm ssh
255will act as a SOCKS server.
256Multiple forwardings may be specified, and
257additional forwardings can be given on the command line.
258Only the superuser can forward privileged ports.
259.It Cm ControlMaster 247.It Cm ControlMaster
260Enables the sharing of multiple sessions over a single network connection. 248Enables the sharing of multiple sessions over a single network connection.
261When set to 249When set to
@@ -270,7 +258,7 @@ with
270.Cm ControlMaster 258.Cm ControlMaster
271set to 259set to
272.Dq no 260.Dq no
273(the default.) 261(the default).
274These sessions will reuse the master instance's network connection rather 262These sessions will reuse the master instance's network connection rather
275than initiating new ones. 263than initiating new ones.
276Setting this to 264Setting this to
@@ -281,12 +269,24 @@ to listen for control connections, but require confirmation using the
281.Ev SSH_ASKPASS 269.Ev SSH_ASKPASS
282program before they are accepted (see 270program before they are accepted (see
283.Xr ssh-add 1 271.Xr ssh-add 1
284for details) 272for details).
285.It Cm ControlPath 273.It Cm ControlPath
286Specify a the path to the control socket used for connection sharing. 274Specify the path to the control socket used for connection sharing.
287See 275See
288.Cm ControlMaster 276.Cm ControlMaster
289above. 277above.
278.It Cm DynamicForward
279Specifies that a TCP/IP port on the local machine be forwarded
280over the secure channel, and the application
281protocol is then used to determine where to connect to from the
282remote machine.
283The argument must be a port number.
284Currently the SOCKS4 and SOCKS5 protocols are supported, and
285.Nm ssh
286will act as a SOCKS server.
287Multiple forwardings may be specified, and
288additional forwardings can be given on the command line.
289Only the superuser can forward privileged ports.
290.It Cm EnableSSHKeysign 290.It Cm EnableSSHKeysign
291Setting this option to 291Setting this option to
292.Dq yes 292.Dq yes