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

2008-01-29 Thread Daniel Ouellet
Denny White wrote: That's all one line above. I dropped part of it down for the 72 character rule. As the article shows, instead of having to open a cygwin prompt, then issue the tunneling command, the whole thing can be automated with a script a windows service started on boot. When the user

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

2008-01-29 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 24, 2008 at 05:58:57PM -0500, Daniel Ouellet sez: Hi, I need some possible suggestions if I may asked to not setup, or have to setup WebDav on OpenBSD to allow users to do their web folder stuff. It can be setup with ftp for

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

2008-01-29 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 29, 2008 at 04:10:07AM -0500, Daniel Ouellet sez: Denny White wrote: That's all one line above. I dropped part of it down for the 72 character rule. As the article shows, instead of having to open a cygwin prompt, then issue the

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

2008-01-29 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denny White wrote: That's all one line above. I dropped part of it down for the 72 character rule. As the article shows, instead of having to open a cygwin prompt, then issue the tunneling command, the whole thing can be automated with

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

2008-01-29 Thread Stuart Henderson
while this is a way if you _must_ use SMB/CIFS, I'm not too sure if a combination of samba, cygwin (which users won't bother to update once it's installed so no security fixes) and MS loopback adapter (for some client-breaks-their-own-network-and-shouts-at-you fun) is really the simplest and most

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

2008-01-29 Thread Daniel Ouellet
Stuart Henderson wrote: while this is a way if you _must_ use SMB/CIFS, I'm not too sure if a combination of samba, cygwin (which users won't bother to update once it's installed so no security fixes) and MS loopback adapter (for some client-breaks-their-own-network-and-shouts-at-you fun) is

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

2008-01-25 Thread Urban Hillebrand
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

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

2008-01-25 Thread Tim Donahue
Quoting L. V. Lammert [EMAIL PROTECTED]: On Fri, 25 Jan 2008, Frank Bax wrote: Boris Goldberg wrote: Hello Daniel, I believe it should be possible to set up samba-over-ssh. I mean samba listening localhost only on the server andputty

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

2008-01-25 Thread Daniel Ouellet
Urban Hillebrand wrote: 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

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

2008-01-25 Thread Daniel Ouellet
Boris Goldberg wrote: Hello Daniel, I believe it should be possible to set up samba-over-ssh. I mean samba listening localhost only on the server andputty (www.chiark.greenend.org.uk/~sgtatham/putty/) with port forwarding on clients. Thanks, I don't

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

2008-01-25 Thread Frank Bax
Boris Goldberg wrote: Hello Daniel, I believe it should be possible to set up samba-over-ssh. I mean samba listening localhost only on the server andputty (www.chiark.greenend.org.uk/~sgtatham/putty/) with port forwarding on clients. You can also use

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

2008-01-25 Thread Marti Martinez
If your interest is seeing the code, not being able to get it for free, then talk to the SftpDrive people; they're a down to earth group of guys, and are really great to work with, and for all I know, they might be perfectly open to letting you see the code. On Jan 24, 2008 7:41 PM, Daniel

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

2008-01-25 Thread Boris Goldberg
Hello Daniel, I believe it should be possible to set up samba-over-ssh. I mean samba listening localhost only on the server andputty (www.chiark.greenend.org.uk/~sgtatham/putty/) with port forwarding on clients. You can also use samba-over-ipsec. IPSec is

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

2008-01-25 Thread L. V. Lammert
On Fri, 25 Jan 2008, Frank Bax wrote: Boris Goldberg wrote: Hello Daniel, I believe it should be possible to set up samba-over-ssh. I mean samba listening localhost only on the server andputty (www.chiark.greenend.org.uk/~sgtatham/putty/) with port

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

2008-01-25 Thread Vijay Sankar
On January 24, 2008 04:58:57 pm Daniel Ouellet wrote: Hi, I need some possible suggestions if I may asked to not setup, or have to setup WebDav on OpenBSD to allow users to do their web folder stuff. It can be setup with ftp for example to allow them to map a folder in their network place on

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

2008-01-24 Thread Daniel Ouellet
Hi, I need some possible suggestions if I may asked to not setup, or have to setup WebDav on OpenBSD to allow users to do their web folder stuff. It can be setup with ftp for example to allow them to map a folder in their network place on XP for example, but then they can't do the stupid

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

2008-01-24 Thread Andrew Ruscica
On Thu, Jan 24, 2008 at 05:58:57PM -0500, Daniel Ouellet wrote: .. I only allow ssh access and in very special case, I had accepted ftp from If you're considering a commercial product, http://www.sftpdrive.com If the product performs as it says, you shouldn't need to change anything on the web

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

2008-01-24 Thread Daniel Ouellet
Andrew Ruscica wrote: On Thu, Jan 24, 2008 at 05:58:57PM -0500, Daniel Ouellet wrote: .. I only allow ssh access and in very special case, I had accepted ftp from If you're considering a commercial product, http://www.sftpdrive.com If the product performs as it says, you shouldn't need to