+ Reply to Thread
Results 1 to 5 of 5

Thread: Secure File Transfer Protocol (SFTP) in place of FTP

  1. #1
    PXeuda is offline New Bee
    Join Date
    Nov 2008
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Secure File Transfer Protocol (SFTP) in place of FTP

    hello,
    it is possible to use Secure File Transfer Protocol (SFTP) in place of FTP?

    The problem with FTP is that Plain old FTP isn’t secure. If you use an FTP application to connect to your site, you’re sending your password in plain, human-readable text every time you log in. Hackers have ways of ‘listening in’ to intercept that information, which they can use to gain access to your site via FTP.
    FTP is unsafe, and it’s over 23 years old.

    Regards

    PXeuda

  2. #2
    squinky86 is offline Senior Member
    Join Date
    Jan 2008
    Posts
    100
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Submit a ticket to enable ssh on your account, then scp the files over if you are concerned about security.

  3. #3
    Tony's Avatar
    Tony is offline Bad Influence
    Join Date
    Apr 2007
    Location
    West Virginia Blue Ridge
    Posts
    604
    Servers
    SS3
    WHB Points this Month
    15.00
    WHB Points
    175.00
    Thanks
    2
    Thanked 8 Times in 8 Posts

    Default

    I use FTP all the time in various apps (Dreamweaver, Dopus, etc.), and would hate to give it up. I know what you say is true in theory, but has there ever been any kind of real world breach because of it?

  4. #4
    squinky86 is offline Senior Member
    Join Date
    Jan 2008
    Posts
    100
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, all the time.
    1. Example 1- my local university. The default password was the social security number. As a proof of concept, I sat on the school's network and sniffed the http passwords that were sent to the server. I got everyone's SSN. I turned over all data to the school and made it clear what I was doing beforehand. The security issue was fixed by using https the next semester.
    2. I've seen people sit at local wifi hotspots with programs like http://www.nirsoft.net/utils/password_sniffer.html up. This isn't as popular due to extra security layers that are in place, but it works sometimes. Always use secure email protocols.
    Never ever ever log in to your webhostingbuzz site via unsecure ftp from a public internet hotspot. You're inviting script kiddies with password sniffers (or just some fool playing with netcat) to compromise your account. This is true for unencrypted pop and imap connections, also.

    Quick summary:
    Always log in to gmail using https. Always use imap and pop in conjunction with ssl. Never click on links you get from "paypal!"

    EDIT: Just to make it clear, I had the network administrator sitting beside me during the exploit proof. I had full permission to perform these actions to prove that a portion of the network was unsecure.

  5. #5
    Tony's Avatar
    Tony is offline Bad Influence
    Join Date
    Apr 2007
    Location
    West Virginia Blue Ridge
    Posts
    604
    Servers
    SS3
    WHB Points this Month
    15.00
    WHB Points
    175.00
    Thanks
    2
    Thanked 8 Times in 8 Posts

    Default

    Ya, like I thought, in circumstances similar to mine (at home, not on any kind of public network), these passwords would be almost impossible to sniff.

    These days it's much more likely passwords will be swiped via keylogging, and SFTP isn't going to stop that at all.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts