SFTP Server For Linux 7 (fwd)
Pekka Savola
pekkas at netcore.fi
Fri Jan 12 18:55:22 EST 2001
>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.
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
More information about the openssh-unix-dev
mailing list