From owner-freebsd-doc Mon Mar 11 13: 5:11 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 2258637B419 for ; Mon, 11 Mar 2002 13:04:51 -0800 (PST) Received: (qmail 11945 invoked by uid 3001); 11 Mar 2002 21:04:48 -0000 Received: from natto.numachi.com (198.175.254.216) by numachi.numachi.com with SMTP; 11 Mar 2002 21:04:48 -0000 Received: (qmail 18777 invoked by uid 1001); 11 Mar 2002 21:04:48 -0000 Date: Mon, 11 Mar 2002 16:04:48 -0500 From: Brian Reichert To: =?iso-8859-1?Q?Arvinn_L=F8kkebakken?= Cc: darklogik@pittgoth.com, rwatson@FreeBSD.ORG, security-officer@FreeBSD.ORG, "'Bruce A. Mah'" , FreeBSD-security@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: sftp for windows clients Message-ID: <20020311160448.M9824@numachi.com> References: <3C8D1239.8050605@pittgoth.com> <002d01c1c93e$45878830$220310ac@lan.ncnett.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <002d01c1c93e$45878830$220310ac@lan.ncnett.no>; from arvinn@rns.no on Mon, Mar 11, 2002 at 09:49:43PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Mar 11, 2002 at 09:49:43PM +0100, Arvinn Løkkebakken wrote: > > > > Hello people who work with security, documentation, and > > FreeBSD in general. > > > > Today I was poking around sftp. Upon my browsing I noticed that a > > really neat program known as SafeTP was developed at Berkeley. This > > utility seems to attach itself to ANY ftp client in windows/unix and > > provide a secure connection... My few moments of testing > > pointed out to > > me that it works in windows easily, so newbies can use it > > with say WS_ftp. > > > > Does it work with the sftp server that comes bundled with OpenSSH or do > you have to install the SafeTP server-side daemon too? If not, how does > it interfer with excisting sftpd bundled with OpenSSH when installed? This is part of the problem; the terminologies clash. SafeTP is a enhanced FTP server that encrypts the command channel only. Also provided is a client that can speak SateTP as well as stock FTP. You need such a client to talk to a SafeTP server. sftp(1) is an interactive file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport. (Right from the manpage). Different beast. And, this has nothing to do with 'Secure FTP', a java app that 'is a client package that allows for a secure connection to be made to an FTP daemon'. That requires astock FTP server. > > Arvinn > -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message