summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 9c6c2bdac..a4c85217a 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.217 2015/09/04 06:40:45 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.218 2015/09/11 03:47:28 djm Exp $
37.Dd $Mdocdate: September 4 2015 $ 37.Dd $Mdocdate: September 11 2015 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -538,7 +538,9 @@ the destination port,
538.Ql %r 538.Ql %r
539by the remote login username, 539by the remote login username,
540.Ql %u 540.Ql %u
541by the username of the user running 541by the username and
542.Ql %i
543by the numeric user id (uid) of the user running
542.Xr ssh 1 , and 544.Xr ssh 1 , and
543.Ql \&%C 545.Ql \&%C
544by a hash of the concatenation: %l%h%p%r. 546by a hash of the concatenation: %l%h%p%r.