summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.517
1 files changed, 12 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 50bcae82f..a5bad8cc7 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.146 2010/12/08 04:02:47 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.147 2011/05/06 21:18:02 djm Exp $
37.Dd $Mdocdate: December 8 2010 $ 37.Dd $Mdocdate: May 6 2011 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -305,14 +305,21 @@ section above or the string
305.Dq none 305.Dq none
306to disable connection sharing. 306to disable connection sharing.
307In the path, 307In the path,
308.Ql %L
309will be substituted by the first component of the local host name,
308.Ql %l 310.Ql %l
309will be substituted by the local host name, 311will be substituted by the local host name (including any domain name),
310.Ql %h 312.Ql %h
311will be substituted by the target host name, 313will be substituted by the target host name,
314.Ql %h
315will be substituted by original target host name specified on the commandline,
312.Ql %p 316.Ql %p
313the port, and 317the port,
314.Ql %r 318.Ql %r
315by the remote login username. 319by the remote login username, and
320.Ql %u
321by the username of the user running
322.Xr ssh 1 .
316It is recommended that any 323It is recommended that any
317.Cm ControlPath 324.Cm ControlPath
318used for opportunistic connection sharing include 325used for opportunistic connection sharing include