SFTP Server For Linux 7 (fwd)
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Sat Jan 13 01:56:49 EST 2001
On Fri, 12 Jan 2001, Pekka Savola wrote:
> >First of all... please dont flame me for running RedHat Linux 7. It is a
> >requirement from my supervisor.
> >
> >I am looking for the proper way to setup sftp-server using openSSH. Can
> >you please point me in the right direction? I have the statment defined
> >in my sshd_config file, but it does not work.
> >
> >When I do a locate sftp-server... it reports it is not even on the
> >system.
>
> Check out your sshd_config. It reads like
>
> #Subsystem sftp /usr/libexec/openssh/openssh/sftp-server
>
> or the like (they patched sshd_config file in a wrong way and fixpaths
> munged it, it's ok now).
>
> Replace it with
>
> Subsystem sftp /usr/libexec/openssh/sftp-server
>
> and you should be fine.
>
>
I agree.. I'm running Redhat 7.0 as a development box (of course I dropped
back a compiler release to a known good version. =) and One just needs to
set the Subsystem path correct and it works perfectly.
- Ben
More information about the openssh-unix-dev
mailing list