Lonnie, We bumped from an older version of openssh in the transition from 0.6 to 0.7. The new one installs in /usr/libexec/ by default. It's the standard location for the sftp-server. We should update the init script to fix this. We'll make sure this makes it into the 0.7.2 release.
Darrick On 04/17/2010 09:53 PM, Lonnie Abelbeck wrote: > > 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]. -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------------ 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].
