On Fri, Nov 12, 2010 at 07:01:23PM +0100, vla wrote: > Am 04.11.2010 23:52, schrieb [email protected]: > what i did: > i clone a working ltsp-server, change its ip-address, execute > ltsp-update-sshkeys and ltsp-update-image, > get a logon screen on its clients but cannot login. > > workaround: > on client, i change to the console, login as root, delete > /root/.ssh/known_hosts, switch back to graphical login and can log in. > > so i deleted /opt/ltsp/i386/root/.ssh/known_hosts, > executed ltsp-update-image and can now log in on clients. > > my next question, should i generate a new known_hosts file for root and how?
no, you shouldn't. best not to have a /root/.ssh/known_hosts. ltsp-update-sshkeys updates /etc/ssh/ssh_known_hosts, and your /root/.ssh/known_hosts was interfering and giving conflicting information. maybe ltsp-update-sshkeys should warn if there is a /root/.ssh/known_hosts file, though maybe there are valid use-cases for that... live well, vagrant ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _____________________________________________________________________ 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
