Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-10-2004, 11:15 AM
|
#1
|
Member
Registered: Jun 2004
Posts: 52
Rep:
|
Setting up an FTP server
Hi, I'm using Fedora Core 2, and I want to run an FTP server on it. Can anyone tell me where I can find detailed instructions on how to do this. Also the server needs to use SSL.
Thanks
|
|
|
07-10-2004, 11:42 AM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
latest vsftpd (2.01) has ssl support.
|
|
|
07-10-2004, 06:41 PM
|
#3
|
Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438
Rep:
|
|
|
|
07-11-2004, 01:26 AM
|
#4
|
Member
Registered: Oct 2003
Distribution: Just about anything... so long as it is Debain based.
Posts: 297
Rep:
|
Personally I use the sshd that is already running on your box and use sftp. It's an ssl ftp session and it uses my ssh keys.
Cheers
MrKnisely
|
|
|
07-11-2004, 08:05 AM
|
#5
|
Member
Registered: Jun 2004
Posts: 52
Original Poster
Rep:
|
Secure file transfers
Does vsftpd support secure file transfers or does it use SSL only for logins?
|
|
|
07-11-2004, 08:22 AM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
The current release of vsftpd supports TLS/SSL. You can visit their website and download the latest source/rpms.
|
|
|
07-12-2004, 09:35 AM
|
#7
|
Member
Registered: Jun 2004
Posts: 52
Original Poster
Rep:
|
Ciphers
Thanks everyone for all the information, but I have one more question.
I set up vsftpd and it is working, but I created a self signed 512bit RSA private key. But when connecting to the server 168bit DES is used. How can I make sure that it uses 512bit encryption?
|
|
|
07-12-2004, 05:23 PM
|
#8
|
Member
Registered: Jun 2004
Location: United States
Distribution: slackware 10.0 mostly; used many
Posts: 109
Rep:
|
Clearing stuff up
ssh has sftp as a sub-daemon and it works very well. This is DIFFERENT from ftp over SSL which is abbreviated 'ftps' as oppossed to 'sftp'. Heh. Different ports, different protocol. Unless you are overly concerned with packet sniffing (which on your private network shouldnt be an issue at all) I would just run the basic ftp.
|
|
|
07-13-2004, 04:50 AM
|
#9
|
Member
Registered: Jun 2004
Posts: 52
Original Poster
Rep:
|
SFTP
How do I set up sftp, I already have a running ssh daemon.
|
|
|
07-13-2004, 05:04 AM
|
#10
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
You don't have to do much
sftp <remote ip>
|
|
|
07-13-2004, 08:24 AM
|
#11
|
Member
Registered: Jun 2004
Location: United States
Distribution: slackware 10.0 mostly; used many
Posts: 109
Rep:
|
yep
exact syntax is:
sftp username@hostname
where hostname can be IP or DNS address
|
|
|
All times are GMT -5. The time now is 07:20 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|