Re: scp vs. sftp vs ftp
From: Stuart Lamble (sjl@debtemp.lib.monash.edu.au)Date: 02/05/02
- Next message: Tim: "Re: Slow file transfer using SFTP"
- Previous message: Richard E. Silverman: "Re: "Don't panic"?"
- In reply to: Dan Baker: "Re: scp vs. sftp vs ftp"
- Next in thread: Pontus Skold: "Re: scp vs. sftp vs ftp"
- Reply: Pontus Skold: "Re: scp vs. sftp vs ftp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: sjl@debtemp.lib.monash.edu.au (Stuart Lamble) Date: 5 Feb 2002 03:29:08 GMT
In article <3C5F4F37.CB84D2F6@nospam_dtbakerprojects.com>, Dan Baker wrote:
>ok... this brings up a question I've been meaning to ask as a total
>newbie to SSH and its implications...
>
>is transferring files via scp more secure only with respect to the
>actual contents of the files being transferred,
>OR,
>is it more secure in any way with respect to hackers being able to get
>into a server set up to only allow scp access and not ftp?
>
>I ask because I have one client with a host that does not allow ftp
>access, and insists on scp file transfers. I am wndering if it is
>actually any more secure with regard to the server, or just protecting
>the data in transit.
With ftp, (except perhaps -- haven't used it -- sftp), the password is
transmitted in the clear. scp encrypts the username and password, so
that's one way that it protects you.
In addition, as you say, the contents of the file are encrypted in the
transfer.
HOWEVER, it is (AFAIK) nearly impossible to allow scp without allowing
ssh into the system. ftp will let you do this, though. If it is important
to you to prevent login access to the system, scp is not your best bet;
you may want to look into ssl-ftp or similar (my Web access at the moment
is non-existent, so I can't go googling for information.)
Standard disclaimers: ICBW, etc.
HTH,
Stuart.
-- "You didn't slay the dragon?!" "It's on my to-do list, now come on!" -- Shrek.
- Next message: Tim: "Re: Slow file transfer using SFTP"
- Previous message: Richard E. Silverman: "Re: "Don't panic"?"
- In reply to: Dan Baker: "Re: scp vs. sftp vs ftp"
- Next in thread: Pontus Skold: "Re: scp vs. sftp vs ftp"
- Reply: Pontus Skold: "Re: scp vs. sftp vs ftp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|