qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v9 1/3] block: Add support for Secure Shell (ssh) block device.
@ 2013-04-09 14:30 Richard W.M. Jones
  2013-04-09 14:30 ` Richard W.M. Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Richard W.M. Jones @ 2013-04-09 14:30 UTC (permalink / raw)
  To: qemu-devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-11 10:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PATCH v9 1/3] block: Add support for Secure Shell (ssh) " Stefan Hajnoczi
2013-04-11 10:43   ` Richard W.M. Jones

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).