diff options
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index a4c85217a..6c3c1b287 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.218 2015/09/11 03:47:28 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.219 2015/09/11 06:51:39 jmc Exp $ .Dd $Mdocdate: September 11 2015 $ .Dt SSH_CONFIG 5 .Os @@ -540,8 +540,9 @@ by the remote login username, .Ql %u by the username and .Ql %i -by the numeric user id (uid) of the user running -.Xr ssh 1 , and +by the numeric user ID (uid) of the user running +.Xr ssh 1 , +and .Ql \&%C by a hash of the concatenation: %l%h%p%r. It is recommended that any |