summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.515
1 files changed, 11 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 18899ae58..2afc3c093 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.54 2005/05/23 23:32:46 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.55 2005/06/06 11:20:36 djm 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
@@ -279,10 +279,17 @@ can not be opened,
279.Nm ssh 279.Nm ssh
280will continue without connecting to a master instance. 280will continue without connecting to a master instance.
281.It Cm ControlPath 281.It Cm ControlPath
282Specify the path to the control socket used for connection sharing. 282Specify the path to the control socket used for connection sharing as described
283See 283in the
284.Cm ControlMaster 284.Cm ControlMaster
285above. 285section above.
286In the path,
287.Ql %h
288will be substituted by the target host name,
289.Ql %p
290the port and
291.Ql %r
292by the remote login username.
286.It Cm DynamicForward 293.It Cm DynamicForward
287Specifies that a TCP/IP port on the local machine be forwarded 294Specifies that a TCP/IP port on the local machine be forwarded
288over the secure channel, and the application 295over the secure channel, and the application