Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Mon, 8 Jul 2013 09:55:57 -0500 > Serge Hallyn wrote: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > > > this was never reflected in the sshd template. Add it th

Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Dwight Engen
On Mon, 8 Jul 2013 09:55:57 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > > this was never reflected in the sshd template. Add it there. > > Hm, looking at that commit, it seems like choose_i

Re: [lxc-devel] [PATCH] fix sshd template

2013-07-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Commit a0a2066d introduced an lxc subdir into the lxc-init path, but > this was never reflected in the sshd template. Add it there. Hm, looking at that commit, it seems like choose_init() should also search for LXCINITDIR "/lxc-init". Is there any

[lxc-devel] [PATCH] fix sshd template

2013-07-05 Thread Dwight Engen
Commit a0a2066d introduced an lxc subdir into the lxc-init path, but this was never reflected in the sshd template. Add it there. Don't have ssh-keygen ask for passphrase since host keys are not supposed to use them. Don't try to symlink kmsg since /dev is bind mounted readonly. Read-only bind m