Hi > Hi! I'm using LTSP to run a distributed webcams > capture project, so far I've been able to use > everything without problems, and I would like to thank > everybody who made this project, because is great. > > I'm having a little problem while trying to login to > the clients using telnet, I get a "login:" banner, but > I'm not able to login to any terminal. I'm not using > the clients just to login (using either telnet/X) to > run programs remotely in the server, but to actually > run programs on them (the webcam capture software), > and the clients don't have keyboard/mouse/monitor. > > Does someone know if I need to run something like NIS > on the server and terminals to be able to login on > them from the server? I can't find which user to use > to login.... > Thank you,
What I do is this: 1) Bog standard LTSP-4 no local apps or anything 2) Add sshd to /etc/inittab: yy:345:once:/bin/sshd 3) Setup the server keys as described in the ltsp documentation I did the rsa keys only 4) in root's directory have .ssh/authorized_keys containg your other-machine id_rsa.pub from the-user who is going to log in. now from other-machine logged in as the-user: ssh [EMAIL PROTECTED] bash# James ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _____________________________________________________________________ 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
