Re: sftp server

From: Markus Friedl (markus@openbsd.org)
Date: 12/18/02

  • Next message: Markus Friedl: "Re: Replacing non-interactive ftp connections with sftp?"
    Date: Wed, 18 Dec 2002 11:11:58 +0100
    From: Markus Friedl <markus@openbsd.org>
    To: Dan <dan@mailgravity.com>
    
    

    from sftp-server(8):
         sftp-server is a program that speaks the server side of SFTP protocol to
         stdout and expects client requests from stdin. sftp-server is not in-
         tended to be called directly, but from sshd(8) using the Subsystem op-
         tion. See sshd(8) for more information.
    and add
            Subsystem sftp /path/to/sftp-server
    to sshd_config, like the sample sshd_config file shows.