On Apr 17, 2010, at 10:41 AM, John Novack wrote: > The geni-586 version > In upgrading from 0.6.5 to 0.7.1 I can no longer use psftp, either the PuTTY > version, or the one I really like by Bitvise > Opening a PSFTP window and it immediately closes > Reverting back to 0.6.5 and all is well. > > Anyone have an idea what's up and what might have changed? > > Keep it simple please!! > > John Novack
I see the problem, the /etc/init.d/sshd creates the line: Subsystem sftp /usr/sbin/sftp-server" >> /tmp/etc/ssh/sshd_config but the sftp server is located in "/usr/libexec/sftp-server". I edited the line to read: Subsystem sftp /usr/libexec/sftp-server" >> /tmp/etc/ssh/sshd_config and sftp worked as before. Philip, is the executable in the wrong location, or is the /etc/init.d/sshd incorrect? Lonnie ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
