<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 14px;" lang="x-western">Changes:
      <br>
      <br>
      * corrected ssh option for custom key (from -k to -i). Just see
      ssh manpage for justification.
      <br>
      <br>
      Regards,
      <br>
      Wojciech
      <br>
      <br>
      --- src/lxc/lxc-start-ephemeral.in
      <br>
      +++ src/lxc/lxc-start-ephemeral.in
      <br>
      @@ -287,7 +287,7 @@ if args.user:
      <br>
           cmd += ["-l", args.user]
      <br>
      <br>
       if args.key:
      <br>
      -    cmd += ["-k", args.key]
      <br>
      +    cmd += ["-i", args.key]
      <br>
      <br>
       for ip in ips:
      <br>
           ssh_cmd = cmd + [ip] + args.command
      <br>
      <br>
    </div>
  </body>
</html>