Re: OT: Can an SSH alternative to WebDav be use on OpenBSD

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Urban Hillebrand
Date: Friday, January 25, 2008 - 3:16 am

If using sftp with WinSCP is still an option, but you do not want users to
have SSH access, this can be achieved easily with sshd_config-settings
like:

# override default of no subsystems
Subsystem       sftp    /usr/libexec/sftp-server

Match Group sftp
        X11Forwarding no
        AllowTcpForwarding no
        ForceCommand /usr/libexec/sftp-server


Not sure if this is fits your needs though.

-Urban
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Thu Jan 24, 3:58 pm)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Andrew Ruscica, (Thu Jan 24, 7:05 pm)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Thu Jan 24, 7:41 pm)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Urban Hillebrand, (Fri Jan 25, 3:16 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Boris Goldberg, (Fri Jan 25, 7:44 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Marti Martinez, (Fri Jan 25, 11:00 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, L. V. Lammert, (Fri Jan 25, 11:31 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Fri Jan 25, 2:15 pm)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Fri Jan 25, 2:34 pm)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Tue Jan 29, 2:10 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Stuart Henderson, (Tue Jan 29, 4:17 am)
Re: OT: Can an SSH alternative to WebDav be use on OpenBSD, Daniel Ouellet, (Tue Jan 29, 1:52 pm)