summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.514
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
500the destination port, 500the destination port,
501.Ql %r 501.Ql %r
502by the remote login username, and 502by the remote login username,
503.Ql %u 503.Ql %u
504by the username of the user running 504by the username of the user running
505.Xr ssh 1 . 505.Xr ssh 1 , and
506.Ql %C
507by a hash of the concatenation: %l%h%p%r.
506It is recommended that any 508It is recommended that any
507.Cm ControlPath 509.Cm ControlPath
508used for opportunistic connection sharing include 510used for opportunistic connection sharing include
509at least %h, %p, and %r. 511at least %h, %p, and %r (or alternatively %C).
510This ensures that shared connections are uniquely identified. 512This ensures that shared connections are uniquely identified.
511.It Cm ControlPersist 513.It Cm ControlPersist
512When used in conjunction with 514When 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
946by a hash of the concatenation: %l%h%p%r.
943.Pp 947.Pp
944The command is run synchronously and does not have access to the 948The command is run synchronously and does not have access to the
945session of the 949session of the