On Sun, Sep 7, 2008 at 10:04 PM, Derek Tattersall <[EMAIL PROTECTED]> wrote: > jam wrote: > > (Regarding setting up multiple instances of sshd) >>> I think it was the ltsp-developer list. >>> >> >> >> And to quote Warren 'it was surprisingly non-trivial' >> >> Actually on port 22 I had 100s to 1000s login attempts per week, on a non >> standard port the logs are totally empty after 3 or 4 years >> James >> > > Actually what I did was this, in my sshd_config file: > > ... misc options ... > > PasswordAuthentication no > > ... more options ... > > Match Address 172.31.100.* > PasswordAuthentication yes > > ... end of sshd_config ... > > It seems to be working this way.
There's a discussion about running 2 instances of ssh here: http://marc.info/?l=ltsp-discuss&m=120474267903826&w=2 I managed to do it but based on that thread, but I don't remember the implementation details. They're all there. db ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _____________________________________________________________________ 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
