Στις 21/07/2013 05:47 μμ, ο/η Rüdiger Kupper έγραψε: > The reason is that clients have no ssh host keys! They are > actively removed during generation of client chroots, due to the > following line in /etc/ltsp/ltsp-update-image.excludes: ... My > question: How am I supposed to ssh into a running client with its > host keys removed? Is this a bug, or am I missing something > stupid?
sshd in the chroot is disabled by default, for security reasons, i.e. all the clients would have the same sshd host keys, and any non-LTSP client could read them by just mounting the NBD image. If you want to run sshd in ltsp clients even though it's insecure, you can remove the ltsp-update-image.excludes line you mentioned. Or you could put something like this in lts.conf, so that the keys are regenerated on client boot: RCFILE_01="ssh-keygen -A" RCFILE_02="service ssh start" ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net