Quoting Wojciech Izykowski (wizykow...@gmail.com): > Changes: > > * corrected ssh option for custom key (from -k to -i). Just see ssh > manpage for justification. > > Regards, > Wojciech
Uh, yeah, clearly noone has tried to use that :) Thanks. Acked-by: Serge E. Hallyn <serge.hal...@ubuntu.com> > > --- src/lxc/lxc-start-ephemeral.in > +++ src/lxc/lxc-start-ephemeral.in > @@ -287,7 +287,7 @@ if args.user: > cmd += ["-l", args.user] > > if args.key: > - cmd += ["-k", args.key] > + cmd += ["-i", args.key] > > for ip in ips: > ssh_cmd = cmd + [ip] + args.command > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Lxc-devel mailing list > Lxc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/lxc-devel ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel