All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for XML-RPC over SSH
@ 2006-06-10 19:35 Anthony Liguori
  2006-06-10 19:37 ` [PATCH 1/3] Add an xm serve command Anthony Liguori
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anthony Liguori @ 2006-06-10 19:35 UTC (permalink / raw)
  To: xen-devel; +Cc: Ewan Mellor

The following set of patches add support to Xend and xm for XML-RPC over 
SSH.  These patches are small and pretty self-contained so they 
shouldn't hinder the introduction of XML-RPC over HTTPS.  There are a 
number of good reasons to support XML-RPC over SSH.  It requires no 
additional open ports simplifying firewall configuration.  There's no 
additional server configuration (or certificate creation).  It also is 
rather easy to support from a client perspective.

I've tested this series with xm-test and there are no new unexpected 
failures[1].  The xm-test runs were done with both the httpu protocol 
and the ssh protocol.

This series assumes the application of the XML-RPC Keep-Alive patch I 
previously posted.

[1] One of the non-root tests unexpectedly passed since the user I was 
running authenticated over ssh as root.

Regards,

Anthony Liguori

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

end of thread, other threads:[~2006-06-10 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10 19:35 [PATCH 0/3] Add support for XML-RPC over SSH Anthony Liguori
2006-06-10 19:37 ` [PATCH 1/3] Add an xm serve command Anthony Liguori
2006-06-10 19:38 ` [PATCH 2/3] Add SSH over XML-RPC support to xmlrpclib2.ServerProxy Anthony Liguori
2006-06-10 19:39 ` [PATCH 3/3] Let xm user choose XML-RPC URI Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.