diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 2afc3c093..a04ffc288 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.55 2005/06/06 11:20:36 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.56 2005/06/08 11:25:09 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 |
@@ -278,6 +278,17 @@ If the | |||
278 | can not be opened, | 278 | can not be opened, |
279 | .Nm ssh | 279 | .Nm ssh |
280 | will continue without connecting to a master instance. | 280 | will continue without connecting to a master instance. |
281 | .Pp | ||
282 | Two additional options allow for opportunistic multiplexing: try to use a | ||
283 | master connection but fall back to creating a new one if one does not already | ||
284 | exist. | ||
285 | These options are: | ||
286 | .Dq auto | ||
287 | and | ||
288 | .Dq autoask . | ||
289 | The latter requires confirmation like the | ||
290 | .Dq ask | ||
291 | option. | ||
281 | .It Cm ControlPath | 292 | .It Cm ControlPath |
282 | Specify the path to the control socket used for connection sharing as described | 293 | Specify the path to the control socket used for connection sharing as described |
283 | in the | 294 | in the |
@@ -290,6 +301,11 @@ will be substituted by the target host name, | |||
290 | the port and | 301 | the port and |
291 | .Ql %r | 302 | .Ql %r |
292 | by the remote login username. | 303 | by the remote login username. |
304 | It is recommended that any | ||
305 | .Cm ControlPath | ||
306 | used for opportunistic connection sharing include | ||
307 | all three of these escape sequences. | ||
308 | This ensures that shared connections are uniquely identified. | ||
293 | .It Cm DynamicForward | 309 | .It Cm DynamicForward |
294 | Specifies that a TCP/IP port on the local machine be forwarded | 310 | Specifies that a TCP/IP port on the local machine be forwarded |
295 | over the secure channel, and the application | 311 | over the secure channel, and the application |