> SSH out from the guest consistently fails with a "Host key verification 
> failed"

That might just mean .ssh/known_hosts doesn't have the host in it
inside the container.

Maybe you want  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ?

> mount -o bind /var/lib/lxc/guest/rootfs/mnt/xyz 
> /var/lib/lxc/guest/rootfs/mnt/xyz
> brings the mount into visibility on the guest.

IIRC, that failed with NFS for me.  You may be lucky you're using CIFS.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to