Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links


How to include ftp in secure ftp server running ssh

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 21-07-2011
Member
 
Join Date: Apr 2011
Posts: 49
How to include ftp in secure ftp server running ssh

Sponsored Links
There are numerous ways to send files in excess of the internet. You be able to just ftp a file, email a file, upload a file, or tranquil share via a vpn. This straightforward task of sending a file acquires difficult when the information in sequence in the file requirements to be secured. I have comprised and seen / utilized numerous solutions to create a secure file transfer. Some utilize custom code additional just utilize https and an upload characteristic, a number of add the utilize of file encryption (PGP or similar). I have encompassed by no means found the most excellent mix for the reason that it always depends on requirements or needs.

Reply With Quote
  #2  
Old 21-07-2011
Member
 
Join Date: Mar 2010
Posts: 246
Re: How to include ftp in secure ftp server running ssh

The FTP, short for File Transfer Protocol, is extensively utilized for transferring files between machines. On the other hand it is well recognized as being insecure. There are two most important concerns when utilizing FTP. First, through FTP mutually your password and your data travel in excess of the network in clear text, meaning it is with no trouble readable by those to facilitate have the resources to observe your network traffic. Subsequent, a server to facilitate unswervingly accepts FTP traffic opens itself up to attack.
Reply With Quote
  #3  
Old 21-07-2011
Members
 
Join Date: Mar 2010
Posts: 183
Re: How to include ftp in secure ftp server running ssh

It is in addition premeditated to be extremely difficult to attack. It be able to be configured to make available secure data channels, called tunnels, with the intention of permit you to firmly run insecure services such as FTP. The majority implementations of SSH in addition make available a secure version or description of FTP called SFTP. With these, you be able to utilize a SFTP client, such as WinSCP. On the other hand, a number of applications, such as web authoring software, make available built-in FTP capabilities to facilitate are incompatible through SFTP. It is in these situations where it becomes advantageous to utilize SSH to secure FTP traffic.
Reply With Quote
  #4  
Old 21-07-2011
Members
 
Join Date: Mar 2010
Posts: 223
Re: How to include ftp in secure ftp server running ssh

Unlike the majority additional services, such as those utilized to sustain or maintain e-mail (POP, IMAP, SMTP), FTP utilizes two distinct channels, which creates it additional complicated to secure through SSH. On the other hand, in a number of situations it is probable to completely prevent an FTP link. In this case you have to prevent both the control channel, which carries passwords and control, and the data channel. To be capable to utilize this move toward, you are obliged to be able to reconfigure the FTP server and you must utilize passive-mode FTP transfers when utilizing SSH. Additional approaches exist, as documented in the book by Barrett and Silverman, other than they are less secure.
Reply With Quote
  #5  
Old 22-07-2011
Member
 
Join Date: Mar 2010
Posts: 551
Re: How to include ftp in secure ftp server running ssh

In this case, the control channel is recognized primarily, and then commencing from side to side it the server passes to the client the port numeral to utilize for the data channel. On the other hand, this necessitates that the control and the entire probable data (PASV) ports be opened on the server's firewall, which augment the server's exposure to probable attack. And of course, neither channel is encrypted. As an alternative, most of them first establish a protected link between the remote workstation and the server utilizing SSH. Tunnels are passed commencing from side to side this link to carry the FTP traffic. In view of the fact that the FTP data channel determine to connect to one port from a range of probable ports, SSH tunnels be obliged to be make available for the entire range of potential ports.
Reply With Quote
  #6  
Old 25-07-2011
Member
 
Join Date: Jul 2010
Posts: 240
Re: How to include ftp in secure ftp server running ssh

The server be obliged to have mutually an FTP and SSH daemon present and working. This illustration assumes to utilize of VSFTPD and OpenSSH. If you utilize incredible else you might necessitate modifying these instructions. Take for granted that the server is inside named other than is accessible commencing from the internet as spinach dot com. Your workstation be obliged to have encompassed mutually an FTP client and an SSH client. There are numerous dissimilar FTP clients obtainable, and several of them be supposed to work as long as they sustain or maintain passive transfer mode. This illustration assumes that the workstation is working with Windows and that the SSH client is PuTTY.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to include ftp in secure ftp server running ssh"
Thread Thread Starter Forum Replies Last Post
How make SMTP server more Secure ZeDaX Networking & Security 1 18-05-2011 04:24 AM
Windows 7: can't access Secure News Server (SSL) server Hungry Ko Networking & Security 3 06-01-2011 01:05 PM
How to Secure FTP Server XDRoX Tips & Tweaks 2 27-11-2010 02:58 PM
How to secure Ubuntu Server Santy Networking & Security 7 22-03-2010 10:00 AM
How to make a ftp server more secure. Bartholomew Networking & Security 3 12-05-2009 12:00 PM


All times are GMT +5.5. The time now is 02:38 PM.