search for: 5b0975f

Displaying 2 results from an estimated 2 matches for "5b0975f".

Did you mean: 510975
2015 Aug 05
2
[PATCH 1/1] document all hash algorithms available for key fingerprint display
From: Christian Hesse <mail at eworm.de> Signed-off-by: Christian Hesse <mail at eworm.de> --- ssh_config.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ssh_config.5 b/ssh_config.5 index 5b0975f..28f7714 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -649,9 +649,13 @@ The default is .It Cm FingerprintHash Specifies the hash algorithm used when displaying key fingerprints. Valid options are: -.Dq md5 +.Dq md5 , +.Dq ripemd160 , +.Dq sha1 , +.Dq sha256 , +.Dq sha384 and -.Dq sha256 . +....
2015 Aug 05
2
[PATCH 1/1] uid for expansion in ControlPath
...ost, strlen(thishost)) < 0 || @@ -1164,6 +1166,7 @@ main(int ac, char **av) "p", portstr, "r", options.user, "u", pw->pw_name, + "i", uidstr, (char *)NULL); free(cp); } diff --git a/ssh_config.5 b/ssh_config.5 index 5b0975f..852f79d 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -538,7 +538,9 @@ the destination port, .Ql %r by the remote login username, .Ql %u -by the username of the user running +by the username and +.Ql %i +by the userid of the user running .Xr ssh 1 , and .Ql \&%C by a hash of the concat...