[S3tools-general] secure file transfer

2015-02-25 Thread Ashish Yadav
I encrypt my files before I transfer to S3. However, I would like to make sure the transfer is secure too. We currently to scp or ssh. Now that we want to use s3cmd, how can we ensure that the transfer of the files is secure as well? We are using s3cmd version 1.0.0 on Debian Linux squeeze

Re: [S3tools-general] secure file transfer

2015-02-25 Thread Ashish Yadav
Prakash, The 'howto' page doesn’t show how to configure s3cmd to use https. From: Prakash P prakash@gmail.commailto:prakash@gmail.com Reply-To: s3tools-general@lists.sourceforge.netmailto:s3tools-general@lists.sourceforge.net

Re: [S3tools-general] secure file transfer

2015-02-25 Thread Matt Domsch
It is supported on python 2.6 and 2.7 so it should work on squeeze. On Feb 25, 2015 1:41 PM, Ashish Yadav ashish.ya...@firemon.com wrote: Matt, We are using s3cmd on Debian Linux squeeze version. Is s3cmd version 1.5.2 supported on Debian squeeze? From: Matt Domsch m...@domsch.com

Re: [S3tools-general] secure file transfer

2015-02-25 Thread Prakash P
Use tcpdump to capture the packet and analyze the packets to check whether they are secure. :) On 25 February 2015 at 22:48, Ashish Yadav ashish.ya...@firemon.com wrote: Great. And how can I confirm that the transfer is secure? I did enable https to be 'True' in the config file. Is there a