From a64f8307d4a0407656a765f6ef466952b0e1cd86 Mon Sep 17 00:00:00 2001 From: dtucker Date: Thu, 12 Jun 2008 19:18:03 +0000 Subject: [PATCH] - jmc@cvs.openbsd.org 2008/06/12 19:10:09 [ssh_config.5 ssh-keygen.1] tweak the ascii art text; ok grunk --- ChangeLog | 3 +++ ssh-keygen.1 | 11 +++++------ ssh_config.5 | 7 +++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5806b17..f1757952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -115,6 +115,9 @@ - dtucker@cvs.openbsd.org 2008/06/12 16:35:31 [ssh_config.5 ssh.c] keyword expansion for localcommand. ok djm@ + - jmc@cvs.openbsd.org 2008/06/12 19:10:09 + [ssh_config.5 ssh-keygen.1] + tweak the ascii art text; ok grunk - (dtucker) [clientloop.c serverloop.c] channel_register_filter now takes 2 more args. with djm@ diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 59e12b54..1ae5c9c4 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.77 2008/06/11 22:20:46 grunk Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.78 2008/06/12 19:10:09 jmc Exp $ .\" .\" -*- nroff -*- .\" @@ -258,14 +258,13 @@ This option allows importing keys from several commercial SSH implementations. .It Fl l Show fingerprint of specified public key file. -If invoked along with -.Fl v , -an ASCII art representation of the key is supplied with the fingerprint. Private RSA1 keys are also supported. For RSA and DSA keys .Nm -tries to find the matching public key file and prints its fingerprint -and representation. +tries to find the matching public key file and prints its fingerprint. +If combined with +.Fl v , +an ASCII art representation of the key is supplied with the fingerprint. .It Fl M Ar memory Specify the amount of memory to use (in megabytes) when generating candidate moduli for DH-GEX. diff --git a/ssh_config.5 b/ssh_config.5 index 4f4678d5..20ea5b3e 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,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.109 2008/06/12 16:35:31 dtucker Exp $ +.\" $OpenBSD: ssh_config.5,v 1.110 2008/06/12 19:10:09 jmc Exp $ .Dd $Mdocdate$ .Dt SSH_CONFIG 5 .Os @@ -162,9 +162,8 @@ file. This allows ssh to detect if a host key changed due to DNS spoofing. If the option is set to .Dq fingerprint , -not only the host IP address will be checked, but also a fingerprint -along with an ASCII art -representation of the key will be printed. +a fingerprint and an ASCII art representation of the key are printed, +in addition to the host IP address check. If the option is set to .Dq no , the check will not be executed. -- 2.45.1