1755751 Members
4367 Online
108837 Solutions
New Discussion юеВ

Re: Secure FTP

 
Worapoj P.
Regular Advisor

Secure FTP

I'm looking for secure ftp software. Anyone know please help to give information.

BR/Worapoj
For LOVE For Honor For Mankind
9 REPLIES 9
Vitaly Karasik_1
Honored Contributor

Re: Secure FTP

are you speaking about good ftp server or about secure ftp protocol?

In first case I can recommend vsftpd (default in RH9), in second - you can use ssh suite.

Regards,
Vitaly
twang
Honored Contributor

Re: Secure FTP

I would suggest you installing SSH Secure Shell, you may download it from - http://www.ssh.com/


Worapoj P.
Regular Advisor

Re: Secure FTP

Secure protocol that I'm finding, but for SSH how to apply with FTP.

Please suggest.
BR/Worapoj
For LOVE For Honor For Mankind
Vitaly Karasik_1
Honored Contributor

Re: Secure FTP

U.SivaKumar_2
Honored Contributor

Re: Secure FTP

Hi,

openssh has support for sftp-server module enabled by default. For sftp-server to accept connections , sshd daemon should be running.

Load openssh in two unix servers and from one server ( server A )issue this command.

#sftp user@serverB

supply the password. Now a ssh connection is established and a normal ftp command line interface will be seen thru which you can give essential ftp commands. complete connection channel is encrypted.

If the files to be transfered are bulk in size then the sftping will put more load on cpu resources on both the servers bcoz of overhead caused by encryption and decryption for bulk data at both ends.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Worapoj P.
Regular Advisor

Re: Secure FTP

Dear U.SivaKumar,
I've tried on 2 Linux(Redhat) machine it's replied,
=================================
Connecting to 103.21.10.308...
kridsy@103.21.10.308's password:
Received message too long 1416128883
==================================
Even ftp client is PC howTo using sftp on WinTel?

Please suggest on 2 problems.
BR/Worapoj

For LOVE For Honor For Mankind
Vitaly Karasik_1
Honored Contributor

Re: Secure FTP

Ms Windows clients for ssh:

http://www.openssh.com/windows.html



Vitaly
U.SivaKumar_2
Honored Contributor

Re: Secure FTP

Dear worapoj,

What is the length of password for that user ?.Try reducing the length of the password.

winscp is a GPL licensed free software for windows to use sftp and scp

http://winscp.sourceforge.net/eng/download.php

regards,
U.SivaKumar
Innovations are made when conventions are broken
Worapoj P.
Regular Advisor

Re: Secure FTP

U.SivaKumar,
Okay I've got solution in file /etc/passwd if executation shell is /bin/bash it's okay but if it's /sbin/nologin will return error mesg as raised,

Right now is okay, but i have more questions
Q. How to configure feature as gen ftp has, change_root and etc

BR/Worapoj

For LOVE For Honor For Mankind