Eric on 4 Aug 2009 14:38:33 -0700 |
Stephen Gran wrote: > On Tue, Aug 04, 2009 at 11:13:38AM -0400, Eric said: > >> I've cranked up the logging to debug3 and restarted the sshd. >> Here: >> http://www.lucii.com/auth.log-piece.txt >> is what the log looks like. >> > > That's only the output from the listener. Can you run: > > strace -ff -s 4096 -p <pidof sshd listener> > > And then try to sftp in to the machine from another window? Can you > also send along your current sshd_config? > > Ciao, > Due to the volume of output this generated I took this discussion back-channel. Steve identified the problem... /dev/null had permissions of 600 (crw-------) I did a sudo chmod 666 /dev/null and sftp is now working!! That sure is odd! One for the books (oh, and I guess I need to learn to read a bit of strace output.) Thanks to all who helped! Eric -- # Eric Lucas # # "Oh, I have slipped the surly bond of earth # And danced the skies on laughter-silvered wings... # -- John Gillespie Magee Jr ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|