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
 
s3tools-general@lists.sourceforge.netmailto:s3tools-general@lists.sourceforge.net
Date: Wednesday, February 25, 2015 at 2:20 PM
To: 
s3tools-general@lists.sourceforge.netmailto:s3tools-general@lists.sourceforge.net
 
s3tools-general@lists.sourceforge.netmailto:s3tools-general@lists.sourceforge.net
Subject: Re: [S3tools-general] secure file transfer


Hi Ashish,

Use https for encryption during transfer.

Check - http://s3tools.org/s3cmd-howto

Regards,
Prakash

On 25-Feb-2015 9:11 pm, Ashish Yadav 
ashish.ya...@firemon.commailto:ashish.ya...@firemon.com wrote:
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 version.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
___
S3tools-general mailing list
S3tools-general@lists.sourceforge.netmailto:S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general


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
 Reply-To: s3tools-general@lists.sourceforge.net 
 s3tools-general@lists.sourceforge.net
 Date: Wednesday, February 25, 2015 at 3:31 PM
 To: s3tools-general s3tools-general@lists.sourceforge.net
 Subject: Re: [S3tools-general] secure file transfer

   You are strongly encouraged to upgrade to 1.5.2.  1.0.0 is ancient
 (years old) and many many bugs have been fixed in the meantime.

 On Wed, Feb 25, 2015 at 1:02 PM, David Wall d.w...@computer.org wrote:

 For us, in our .s3cfg file (as setup by the s3cmd --configure) we use
 this option:

 use_https = True


 On 2/24/15 8:17 AM, Ashish Yadav wrote:

 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
 version.



 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 S3tools-general mailing list
 S3tools-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/s3tools-general




 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 S3tools-general mailing list
 S3tools-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/s3tools-general


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general


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 way to confirm that it is
 transferring data over https?

   From: Matt Domsch m...@domsch.com
 Reply-To: s3tools-general@lists.sourceforge.net 
 s3tools-general@lists.sourceforge.net
 Date: Wednesday, February 25, 2015 at 3:46 PM

 To: s3tools-general s3tools-general@lists.sourceforge.net
 Subject: Re: [S3tools-general] secure file transfer

   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
 Reply-To: s3tools-general@lists.sourceforge.net 
 s3tools-general@lists.sourceforge.net
 Date: Wednesday, February 25, 2015 at 3:31 PM
 To: s3tools-general s3tools-general@lists.sourceforge.net
 Subject: Re: [S3tools-general] secure file transfer

   You are strongly encouraged to upgrade to 1.5.2.  1.0.0 is ancient
 (years old) and many many bugs have been fixed in the meantime.

 On Wed, Feb 25, 2015 at 1:02 PM, David Wall d.w...@computer.org wrote:

 For us, in our .s3cfg file (as setup by the s3cmd --configure) we use
 this option:

 use_https = True


 On 2/24/15 8:17 AM, Ashish Yadav wrote:

 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
 version.



 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 S3tools-general mailing list
 S3tools-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/s3tools-general




 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 S3tools-general mailing list
 S3tools-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/s3tools-general



 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 S3tools-general mailing list
 S3tools-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/s3tools-general


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general