diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 5c6bd29ea..756762e49 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.187 2014/07/03 05:32:36 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.188 2014/07/03 06:39:19 djm Exp $ |
37 | .Dd $Mdocdate: July 3 2014 $ | 37 | .Dd $Mdocdate: July 3 2014 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -499,14 +499,16 @@ specified on the command line, | |||
499 | .Ql %p | 499 | .Ql %p |
500 | the destination port, | 500 | the destination port, |
501 | .Ql %r | 501 | .Ql %r |
502 | by the remote login username, and | 502 | by the remote login username, |
503 | .Ql %u | 503 | .Ql %u |
504 | by the username of the user running | 504 | by the username of the user running |
505 | .Xr ssh 1 . | 505 | .Xr ssh 1 , and |
506 | .Ql %C | ||
507 | by a hash of the concatenation: %l%h%p%r. | ||
506 | It is recommended that any | 508 | It is recommended that any |
507 | .Cm ControlPath | 509 | .Cm ControlPath |
508 | used for opportunistic connection sharing include | 510 | used for opportunistic connection sharing include |
509 | at least %h, %p, and %r. | 511 | at least %h, %p, and %r (or alternatively %C). |
510 | This ensures that shared connections are uniquely identified. | 512 | This ensures that shared connections are uniquely identified. |
511 | .It Cm ControlPersist | 513 | .It Cm ControlPersist |
512 | When used in conjunction with | 514 | When used in conjunction with |
@@ -939,7 +941,9 @@ The following escape character substitutions will be performed: | |||
939 | .Ql %r | 941 | .Ql %r |
940 | (remote user name) or | 942 | (remote user name) or |
941 | .Ql %u | 943 | .Ql %u |
942 | (local user name). | 944 | (local user name) or |
945 | .Ql %C | ||
946 | by a hash of the concatenation: %l%h%p%r. | ||
943 | .Pp | 947 | .Pp |
944 | The command is run synchronously and does not have access to the | 948 | The command is run synchronously and does not have access to the |
945 | session of the | 949 | session of the |