[lxc-devel] [PATCH] lxc-start-ephemeral: fixed bug with wrong ssh option (-k instead of -i)

Serge Hallyn serge.hallyn at ubuntu.com
Mon Apr 8 12:45:11 UTC 2013


Quoting Wojciech Izykowski (wizykowski at 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.hallyn at 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-devel





More information about the lxc-devel mailing list