Changes:
* corrected ssh option for custom key (from -k to -i). Just see ssh
manpage for justification.
Regards,
Wojciech
--- 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxc-devel