All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Alireza Vaezi <s.alireza.v@gmail.com>, xen-devel@lists.xen.org
Subject: Re: How to change/set preferred SSL cipher suite for relocation (migration)?
Date: Wed, 16 Dec 2015 09:37:45 +0000	[thread overview]
Message-ID: <1450258665.16856.219.camel@citrix.com> (raw)
In-Reply-To: <CAEZiW-r4JWgHd-jx9RJECjVsmbGxhnaujp81tbmk4weQ9vZRjA@mail.gmail.com>

On Wed, 2015-12-16 at 01:01 +0330, Alireza Vaezi wrote:
> I'm using Xen 4.4.2 and I need to be able to change or set my preferred
> (available) ssl cipher suit like RC4-SHA, or DES-CBC-SHA , etc. to be
> further used in relocation/migration of domU via ssl.
> 
> I suppose I need to make changes in Xen's source code and make-install it
> again, yet I don't know where to go and what to change. 

Despite appearances this is really a question for xen-users.

"xl migrate" just uses ssh, so you can write whatever options you want into
.ssh/config, including per destination host parameters or whatever.

There is also the -s option which gives a command which is called instead
of ssh, it gets given the $desthost and the command to run there ("xl
migrate-receive [options]") and can use whatever transport it likes to make
that happen (custom ssh command, talking to a custom daemon on the remote
end, etc).

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2015-12-16  9:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-15 21:31 How to change/set preferred SSL cipher suite for relocation (migration)? Alireza Vaezi
2015-12-16  9:37 ` Ian Campbell [this message]
2015-12-16 22:22   ` Alireza Vaezi
2015-12-17 10:09     ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2015-12-15 22:26 Alireza Vaezi
2015-12-15 22:30 Alireza Vaezi

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=1450258665.16856.219.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=s.alireza.v@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /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 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.