cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: libcurl and libssh2

From: Xu, Qiang (FXSGSC) <Qiang.Xu_at_fujixerox.com>
Date: Wed, 14 Oct 2009 17:14:52 +0800

> -----Original Message-----
> From: curl-library-bounces_at_cool.haxx.se
> [mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Michael Wood
> Sent: Wednesday, October 14, 2009 4:51 PM
> To: libcurl development
> Subject: Re: libcurl and libssh2
>
> You can also use ssh-keygen to show you fingerprints instead
> of the whole key:
>
> On the server:
> ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub
>
> On the client:
> ssh-keygen -F 13.198.98.190 -l -f ~/.ssh/known_hosts

With your help, here is the output:
=================================================
/* server */
qxu_at_gso-prolix(pts/139):~[101]> ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub
1024 0e:c2:09:10:bc:7d:95:dd:52:1e:df:10:de:ee:a1:64 /etc/ssh/ssh_host_rsa_key.pub

/* client */
qxu_at_durian(pts/0):~/opensrc/curl-7.19.6/src[270]$ ssh-keygen -F 13.198.98.190 -l -f ~/.ssh/known_hosts
# Host 13.198.98.190 found: line 1 type RSA
13.198.98.190 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAqmvaJxoMOyeNAW5HPPP8OJtqOX2bBg
84NjFHnGFhKcmua3DwHE781J+GKaEYmSeaMAp9Wubtr6/tvqJkjOf66tIUKdOQW5ynXiiY5hQFqI29+1
qFulpoTpbW/LlICXg+lvw8qV+cj7zhZDRPKhfAZrUeZoofgT7EF5MKqTCGrr1SuL6PUEaa4zBVGbl+p8
2xPXZhKbwQXSPyPieLKDUeAWm3jlXdiMx44OjBVoAKUnwQ4aieqeVtM+XGN0iwNPGR3DwQwN1JlupLJF
8sNEggnbSccB/ihBSBJaUmYo/Q3Bveaa5UxhXw4OY1P5tM0LgOVhu/i8ZYGsSsUdd+ySlwaw==
=================================================
Could you find any incompatibility between them?

Thanks a lot,
Xu Qiang
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-14