From: Ian Campbell <ian.campbell@citrix.com>
To: Alireza Vaezi <s.alireza.v@gmail.com>
Cc: xen-devel@lists.xen.org
Subject: Re: How to change/set preferred SSL cipher suite for relocation (migration)?
Date: Thu, 17 Dec 2015 10:09:10 +0000 [thread overview]
Message-ID: <1450346950.4053.97.camel@citrix.com> (raw)
In-Reply-To: <CAEZiW-ruS2qY7-+6b2o5H7focRE719axLugcRQSrGWJqkmB0Cg@mail.gmail.com>
On Thu, 2015-12-17 at 01:52 +0330, Alireza Vaezi wrote:
> On 12/16/15, Ian Campbell <ian.campbell@citrix.com> wrote:
> > 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.
> >
>
> I should have said this before.
> I'm finishing my masters of Computer
> Networks and for my research I need to compare the behavior of
> different security measures available, - such as protocols like SSH,
> SSL, IPSEC, etc.and the confidentiality they provide via encryption
> algorithms such as AES, DES, Blowfish, RC4 , etc. - for live migration.
>
> Due to the lack of example about using the -s option and the very VERY
> brief description on xen xl's man page about the -s :
> -s sshcommand
> Use <sshcommand> instead of ssh. String will be passed to
> sh.
> If empty, run <host> instead of ssh <host> xl migrate-
> receive
> [-d -e].
> I needed to know either exactly how I could merely use the -s option to
> achieve
> my goal or to be able to actually modify xen's source code and put the
> ability to send migration data through, using SSL, and being able to
> choose which cipher to use. The former (using the -s options) must be
> far less complex than the latter. so I'd rather now how it could be
> used in my case, than changing the source code. But if custom coding
> is the only way, then I have and will do it.
>
> This i why I emailed xen-devel for this and because I seriously need
> to solve the problem.
>
> So which can do the job for me?
I believe xl migrate -s will suite your needs.
I suggest you give it a go and take a look at the code in
tools/libxl/xl_cmdimpl.c if the docs are insufficient. If nothing else you
can start with a script with just "echo $@" and take it from there.
Once you've worked it out then a patch to improve the docs would be much
appreciated.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2015-12-17 10:09 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
2015-12-16 22:22 ` Alireza Vaezi
2015-12-17 10:09 ` Ian Campbell [this message]
-- 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=1450346950.4053.97.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.