LTSP doesn't contain a /etc/shadow, because it was never intended that you'd actually log into the client. There's not much to do on the client anyway.
But, what people have done, is setup ssh with their public key to allow them to log in using a pass-phrase, instead of a pass word. On the server, you'd need to generate your public/private keypair, using something like 'ssh-keygen -t dsa' That will create the key pair. You can choose to put a passphrase on it at this time, or you can leave the passphrase blank (not recommended). This will leave your public and private key files in roots .ssh directory. in /opt/ltsp/i386/root, create a .ssh directory and make it mode 0700 and owned by root with group root. create a file called 'authorized_keys' in that directory, and insert the contents of the id_dsa.pub file into that new file. Make sure the ownership of that file is root:root, and set the mode to 0644. If that's all setup properly, and you have sshd running on the client, then you should be able to ssh into the client using something like: ssh [EMAIL PROTECTED] It should prompt you for a passphrase and you should then get a shell prompt. Hope that helps, Jim McQuillan [EMAIL PROTECTED] On Fri, June 23, 2006 12:28 am, Krishna Murphy wrote: > Dear SoNicx: > > When I go to the clients' command line and try to set the password, it > doesn't know what "passwd" means. When I needed this for earlier debugging > usage, no one ever mentioned any such possibility - either in the list or > the online chat - so I think it's not set up to do that. I wonder if you > really got a response from an sshd running on the client - try putting in > the root password for the server and see if you're not really getting the > response from there. You could also try "ps xa|grep sshd" at the client > location in the shell and see if it's running - it's not on mine... > > -Krishna > > On Fri, 23 Jun 2006, SoNicX wrote: > > good evening! > i just got an sshd to work on the client, and i thought i could use it to > controll the clients from the server. but > ssh [EMAIL PROTECTED] > asks me for a password, like i expected, but i couldnt find an /etc/shadow > file to change passwords, or look it up. what is it about this that i dont > get? do i need to change ltsp/i386/etc/ssh/sshd_config? it is so > inconvenient > to have to run to the client to get a "real" client console. > mfg > jonas > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _____________________________________________________________________ > 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 > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _____________________________________________________________________ > 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 > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _____________________________________________________________________ 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