Hi > > How can I ssh to thinclient? My ltserver is > > 192.168.0.254. One of my > > clients on the lts-network is 192.168.0.11 , ws011. > > How can I set up the > > server so that I can sit at ws011 and ssh into > > 192.168.0.11?
You must install sshd, support files (/etc/ssh...), install libries, and run it. This is non-trivial. Probably the simplest security possible is what you want. (id_rsa and id_rsa.pub matched and on the server: see O'Reilly "SSH" I've chosen a custom-code solution (that I may not share :-( ) but see R Stevens "Unix Network Programming" Vol 1: Networking ... Doesn't somebody who understands this stuff want to implement sshd for 4.0 (I tried: needed zlib to continue) The contrib ssh stuff is not relevant. (client ssh's to server, not the other way round, and he has no sshd) James ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _____________________________________________________________________ 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
