Gentoo Archives: gentoo-user

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] FTPs - Is there such a thing?
Date: Thu, 13 Jul 2006 06:14:07
Message-Id: 44B5E0F5.2070204@gentoo.org
In Reply to: [gentoo-user] FTPs - Is there such a thing? by Ow Mun Heng
1 Ow Mun Heng wrote:
2 > What I meant is "secure" ftp.
3 > sort of like httpS as an alternative to http.
4 >
5 > short of wrapping/tunneling ftp traffic through SSH. (That's simple)
6
7 It's called sftp, and openssh does it with this in /etc/ssh/sshd_config:
8
9 # override default of no subsystems
10 Subsystem sftp /usr/lib/misc/sftp-server
11
12 Most SSH clients will do it, FTP clients may not.
13
14 Thanks,
15 Donnie

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] FTPs - Is there such a thing? Ow Mun Heng <Ow.Mun.Heng@×××.com>