From: Stefan Hajnoczi <stefanha@gmail.com>
To: "Richard W.M. Jones" <rjones@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v9 1/3] block: Add support for Secure Shell (ssh) block device.
Date: Thu, 11 Apr 2013 11:41:14 +0200 [thread overview]
Message-ID: <20130411094114.GA9165@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1365517855-16906-1-git-send-email-rjones@redhat.com>
On Tue, Apr 09, 2013 at 03:30:52PM +0100, Richard W.M. Jones wrote:
> Changes since v8:
>
> - Implement the suggestions of Stefan Hajnoczi.
>
> - Add host_key_check parameter, which you can use like this:
>
> ssh://[...]?host_key_check=no # skip the check entirely
> ssh://[...]?host_key_check=yes # the default, uses known_hosts
>
> # or check for a specific host key fingerprint:
> ssh://[...]?host_key_check=md5:<usual SSH host key fingerprint>
> ssh://[...]?host_key_check=sha1:<SHA1 fingerprint>
>
> Note that I cannot persuade OpenSSH to display the SHA1 fingerprint of
> a host key, so sha1: is not tested.
>
> A possible extension to this would be to check for the exact key (not
> the fingerprint, which is just a hash of the key), although in this
> case the URI would be very long indeed, possibly longer than URIs are
> supposed to be in some cases.
>
> Rich.
Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block
libssh2.git now includes fsync support so we can take the fsync patch.
Stefan
next prev parent reply other threads:[~2013-04-11 9:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 14:30 [Qemu-devel] [PATCH v9 1/3] block: Add support for Secure Shell (ssh) block device Richard W.M. Jones
2013-04-09 14:30 ` Richard W.M. Jones
2013-04-09 14:30 ` [Qemu-devel] [PATCH v9 2/3] block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk Richard W.M. Jones
2013-04-09 14:30 ` [Qemu-devel] [PATCH v9 3/3] iotests: Add 'check -ssh' option to test Secure Shell block device Richard W.M. Jones
2013-04-11 9:41 ` Stefan Hajnoczi [this message]
2013-04-11 10:43 ` [Qemu-devel] [PATCH v9 1/3] block: Add support for Secure Shell (ssh) " Richard W.M. Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130411094114.GA9165@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=rjones@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).