Gentoo Archives: gentoo-server

From: "Robert K. Day" <rkd@×××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] FISH - FTP over SSH?
Date: Sat, 04 Nov 2006 23:57:31
Message-Id: 200611042355.48383.rkd@ichthux.com
In Reply to: [gentoo-server] FISH - FTP over SSH? by Lord Sauron
1 On Saturday 04 November 2006 23:36, Lord Sauron wrote:
2 > Hello,
3 >
4 > I've been setting up my webserver using Gentoo and so far it's been
5 > really smooth. Then I remembered that it really helps to have FTP
6 > (duh!)
7 >
8
9 Who uploads stuff to this webserver? Just you?
10
11 > So I want to keep things secure (I've been working on that - I've been
12 > taking the advice of the people at the Silicon Valley Linux User's
13 > Group) and decided that this fish protocol (which I've been told is
14 > FTP tunneled through SSH) is a good thing, and since I've already got
15 > SSH working I decided it's be worth a shot.
16
17 If you want secure copying, I'd look at sftp or scp, both part of the openssh
18 package (iirc). They're command-line only, I think (there might be a UI
19 client or kioslave for them) but they are secure.
20
21 Also, just to clear it up, FISH isn't ftp-over-ssh (called secure FTP, which
22 is also different from FTPS and SFTP). FISH only requires SSH, with no
23 special server.
24
25 http://en.wikipedia.org/wiki/Files_transferrer_over_shell_protocol
26 http://en.wikipedia.org/wiki/SFTP
27 http://en.wikipedia.org/wiki/FTPS
28 http://en.wikipedia.org/wiki/FTP#FTP_over_SSH
29 http://en.wikipedia.org/wiki/SCP
30
31 Robert
32 --
33 rkd on irc.freenode.net
34 https://launchpad.net/people/rkd (also the source for my public key)

Replies

Subject Author
Re: [gentoo-server] FISH - FTP over SSH? Lord Sauron <lordsauronthegreat@×××××.com>