Hello all, unfortunately I do not get the ssh setup to work: I have created the keys but I still get the message:
can not load host key /etc/ssh/ssh_host_key I did the following: mkdir /opt/ltsp/i386/root/.ssh chmod 700 /opt/ltsp/i386/root chmod 700 /opt/ltsp/i386/root/.ssh [EMAIL PROTECTED] ssh-keygen -t dsa -N '' [EMAIL PROTECTED] ssh-keygen -t rsa -N '' [EMAIL PROTECTED] ssh-keygen -t dsa -f /opt/ltsp/i386/etc/ssh/ssh_host_dsa_key -N '' [EMAIL PROTECTED] ssh-keygen -t rsa -f /opt/ltsp/i386/etc/ssh/ssh_host_rsa_key -N '' /opt/ltsp/i386/etc/ssh/sshd_config: PubkeyAuthentication yes PasswordAuthentication no [EMAIL PROTECTED] cat /root/.ssh/id_dsa.pub >> /opt/ltsp/i386/root/.ssh/authorized_keys [EMAIL PROTECTED] cat /root/.ssh/id_rsa.pub >> /opt/ltsp/i386/root/.ssh/authorized_keys [EMAIL PROTECTED] chmod 700 /opt/ltsp/i386/root/.ssh/authorized_keys [EMAIL PROTECTED] echo -n "ws002,192.168.55.221 " >> /root/.ssh/ssh_known_hosts [EMAIL PROTECTED] cat /opt/ltsp/i386/etc/ssh/ssh_host_rsa_key.pub >> /root/.ssh/ssh_known_hosts Now I the key seems to be fount but NFS does not get authenticated: This is from the server log: Apr 1 12:51:08 akazia mountd[4005]: authenticated mount request from ws002:938 for /opt/ltsp42/i386 (/opt/ltsp42) I must have miss something.... Thanks a lot Michael ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _____________________________________________________________________ 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
