Fwd: [Bug 4615] encryption with rsync: using ssh's algorithms?

2020-07-26 Thread H via rsync
I saw this on the other list today and became intrigued. How does this transfer and encryption work? Forwarded Message Subject:[Bug 4615] encryption with rsync: using ssh's algorithms? Date: Sun, 26 Jul 2020 01:19:57 + From: just subscribed for rsync-qa from

[Bug 4615] encryption with rsync: using ssh's algorithms?

2020-07-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=4615 Wayne Davison changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

Re: Rsync and client-side encryption of files

2018-01-10 Thread Ben RUBSON via rsync
On 11 Jan 2018 03:29, H via rsync wrote: Is anyone using client-side encryption of files before transferring them to a cloud server using Rsync? I am running CentOS.-- A solution could be EncFS in reverse mode. Ben -- Please use reply-all for most replies to avoid omitting the mailing list

Re: Rsync and client-side encryption of files

2018-01-10 Thread Ben Oliver via rsync
On 18-01-10 21:29:18, H via rsync wrote: Is anyone using client-side encryption of files before transferring them to a cloud server using Rsync? I am running CentOS. Yeah, in some cases I use borgbackup then rsync the borg repository over. -- Please use reply-all for most replies to avoid

Rsync and client-side encryption of files

2018-01-10 Thread H via rsync
Is anyone using client-side encryption of files before transferring them to a cloud server using Rsync? I am running CentOS.-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

[Bug 4615] encryption with rsync: using ssh's algorithms?

2015-03-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4615 --- Comment #2 from Shachar Shemesh shac...@shemesh.biz --- What you're asking for is currently possible with an external utility, called rsyncrypto (http://rsyncrypto.lingnu.com). It, in fact, does not require you to trust the server you're storing

[Bug 4615] encryption with rsync: using ssh's algorithms?

2015-03-02 Thread samba-bugs
--- Comment #1 from Matthias m...@matthiasbock.net --- This is probably not so easy, since the keys which are used for encryption during an SSH session are negotiated in advance to it, are unique for the session (used only once) and get discarded when the session terminates. Up to my knowledge, rsync

Re: rsync and encryption

2011-09-08 Thread Ed W
Consider an alternative solution: s3ql Ed W -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync and encryption

2011-09-04 Thread Henri Shustak
Which operating system are you running on the system which currently has your personal documents? Ubuntu/Debian Do you know if there is a virtual file system encryption system which breaks the data into bands? I know that Mac OS X has support for breaking an encrypted disk image

Re: rsync and encryption

2011-09-03 Thread Dirk
you think encryption is needed? How to use encryption with rsync? Which operating system are you running on the system which currently has your personal documents? Ubuntu/ Debian. ~D -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: rsync and encryption

2011-08-30 Thread milutin
Hello, You can use rsync friendly file encryption before you start your rsync session. Take a look at murk http://murk.sourceforge.net/ and rsyncrypto http://sourceforge.net/projects/rsyncrypto/ Regards, Milutin Voinivich s3rsync.com On 08/28/2011 07:35 PM, Dirk wrote: Hi, I have

Re: rsync and encryption

2011-08-30 Thread Dirk
On 08/30/2011 10:09 AM, milu...@s3rsync.com wrote: Hello, You can use rsync friendly file encryption before you start your rsync session. Take a look at murk http://murk.sourceforge.net/ and rsyncrypto http://sourceforge.net/projects/rsyncrypto/ Thanks. But those projects doesn't seem

Re: rsync and encryption

2011-08-29 Thread Hendrik Visage
personal docs online... Do you think encryption is needed? How to use encryption with rsync? Thanks in advance, ~D -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: rsync and encryption

2011-08-29 Thread Elliot Wilen
In case the original poster needs a little more information on setting up rsync with ssh, a search on rsync ssh-keygen will turn up a number of examples/tutorials. I don't recall which one I originally followed, but after setting it up, I saw that it was easier and had less maintenance

Re: rsync and encryption

2011-08-29 Thread Jason Haar
I think Dirk was asking about securing the *DATA* on the remote server - not the *TRANSPORT* I'd recommend encfs. It has a --reverse option which allows you to mount a data tree and the new mount shows up with encrypted filenames and content. rsync that to the remote server, and even the local

Re: yet another rsync encryption program

2008-01-09 Thread Eric S. Johansson
Milutin Voinivich wrote: How to use murk when rsync entire directory? I expect in conjunction with find. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: yet another rsync encryption program

2008-01-08 Thread Milutin Voinivich
for the remote backup to be encrypted locally so one could backup to a hostile host. That limits your options. one would think. For now, lets go with the plaintext push form of rsnapshot. as for encryption, I think it would be possible (assuming mods to rsync) to do rsync encrypted copies. http

yet another rsync encryption program

2008-01-01 Thread Eric S. Johansson
with the plaintext push form of rsnapshot. as for encryption, I think it would be possible (assuming mods to rsync) to do rsync encrypted copies. http://murk.sourceforge.net/ Its an encryption program, for the Unix command line, that is setup to allow rsync to transfer the encrypted output

Re: Data Encryption

2006-06-13 Thread Shachar Shemesh
on the encrypted result. Touting my own horn here, have a look at rsyncrypto (http://sf.net/projects/rsyncrypto) for an encryption scheme that does not totally destroy rsync's wire efficiency. Thanks. Brad Farrell Brevell Consulting ph: 403-279-6380 fx: 403-568-2112 Shachar

Data Encryption

2006-06-12 Thread Brad Farrell
Hi there Is there a way with rsync to encrypt data at the source before transmitting? Not talking about the actually transmission, but the data itself. Ive got a few department heads that want their data secured before it leaves their computer so that no one in the office can access the

Re: Data Encryption

2006-06-12 Thread Chuck Wolber
On Mon, 12 Jun 2006, Brad Farrell wrote: Is there a way with rsync to encrypt data at the source before transmitting? Not talking about the actually transmission, but the data itself. I've got a few department heads that want their data secured before it leaves their computer so that no

Re: Data Encryption

2006-06-12 Thread Matt McCutchen
. This could be done with either a script or the --source-filter option provided by an experimental rsync patch. Note that typical encryption algorithms prevent incremental transfer from identifying unchanged portions of a file; rsyncrypto does not but I'm not sure I trust its security. Matt

Data Encryption

2006-06-12 Thread foner-rsync
disk. Maybe the files should be individually encrypted with a symmetric algorithm on the source before transmission. This could be done with either a script or the --source-filter option provided by an experimental rsync patch. Note that typical encryption algorithms prevent

Re: Data Encryption

2006-06-12 Thread Matt McCutchen
On Mon, 2006-06-12 at 17:51 -0400, [EMAIL PROTECTED] wrote: The right solution is probably to run an encrypted filesystem on the machine that holds the backups, and of course to use ssh getting the files there. That isn't enough if the department heads don't trust the backup machine to

Data Encryption

2006-06-12 Thread foner-rsync
Date: Mon, 12 Jun 2006 18:01:34 -0400 From: Matt McCutchen [EMAIL PROTECTED] On Mon, 2006-06-12 at 17:51 -0400, [EMAIL PROTECTED] wrote: The right solution is probably to run an encrypted filesystem on the machine that holds the backups, and of course to use ssh getting the

Re: Encryption

2006-04-18 Thread Shachar Shemesh
Julian Pace Ross wrote: Thanks everyone for your feedback. Seems to me that Alex explained the issue with this perfectly. I'm afraid that Alex's explanation does not take into account rsyncrypto's algorithm. If you encrypt two versions of a file, changed in the first bit of the file between

Re: Encryption

2006-04-18 Thread Julian Pace Ross
think it would be nicer if some more verbosity is introduced (for example in the case of the src and dst being identical, write something to stdout, or at the end of encryption, to write 'n files encrypted' or something of that sort)... I might actually implement them for my solution.. maybe I

Re: Encryption

2006-04-17 Thread milutin
Hello, Take a look at Rsyncrypto, rsync friendly file encryption http://sourceforge.net/projects/rsyncrypto The file are encrypted befor it rsync. Regards, Milutin Voinivich http://www.nasbackup.com/ ** Julian Pace Ross wrote: Hi all, I recently came across a possible requirement

Re: Encryption

2006-04-17 Thread Julian Pace Ross
Thanks everyone for your feedback. Seems to me that Alex explained the issue with this perfectly. However, having said that, it seems that rsyncrypto is a possible candidate to simplify this in an rsyncrypto+rsync setup. I downloaded it and spent a few minutes trying to make it work, but I didnt

Encryption

2006-04-16 Thread Julian Pace Ross
Hi all, I recently came across a possible requirement of backing up certainfiles on a remote server ... in an encrypted format. This got me seriously thinking about the possibility of doing such a thing with rsync. I am not too knowledgable about encryption and the mechanisms of the rsync

Re: Encryption

2006-04-16 Thread Christoph Biedl
rely on an uncorrpted rsync on the remote side. My solution for that problem is outside of rsync. I am using an encrypted filesystem where encryption takes place on the local side and the actual storage is accessed via the network. rsync itself is a local (file only) operation then. The network

RE: Encryption

2006-04-16 Thread Alex Pedenko
in a backup scenario. If youre interested, please email me directly. Alex From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julian Pace Ross Sent: Sunday, April 16, 2006 12:44 PM To: rsync@lists.samba.org Subject: Encryption Hi all, I recently came across

Re: Encryption

2006-04-16 Thread Tomasz Ciolek
. Else you do rely on an uncorrpted rsync on the remote side. My solution for that problem is outside of rsync. I am using an encrypted filesystem where encryption takes place on the local side and the actual storage is accessed via the network. rsync itself is a local (file only) operation

Re: Encryption

2005-05-13 Thread Shachar Shemesh
, the symmetric encryption key for the file, as well as three parameters used to determine CBC resets. This information is enough to make a repeated encryption of the same file (modified or not) identical enough to the original that rsync will manage to pick up just the differences. This 52 byte

re[2]: Encryption

2005-05-13 Thread Kevin Day
Gary- Shachar Shemesh has created an AES encryption module that generates RSync friendly encrypted files. Google his name and you should be able to find it. - K Original Message I am using a SSH tunnel for transit, so just the backup siteGH

Encryption

2005-05-12 Thread Gary Holzer
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely esync wurt

Re: Encryption

2005-05-12 Thread tmc
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely Do

RE: Encryption

2005-05-12 Thread Gary Holzer
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 13 May 2005 2:43 PM To: [EMAIL PROTECTED] Cc: rsync@lists.samba.org Subject: Re: Encryption Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing

Re: compression and encryption

2003-07-29 Thread cbarratt
I've been thinking about adding the capability to store files compressed and/or encrypted on either side of the rsync transfer. Let's say there's a storage space provider. I want to store my files on that server compressed (so I don't use more paid space than I need), and encrypted (so

compression and encryption

2003-07-27 Thread Vaclav Dvorak
), and encrypted (so they can't read my data). I don't know much about encryption, but I suppose that there are some ciphers that are reasonably strong and don't have the same problem like gzip (that a single changed byte in the middle of the file affects the contents of the rest of the file)? Even

Re: compression and encryption

2003-07-27 Thread jw schultz
On Mon, Jul 28, 2003 at 05:33:13AM +0200, Vaclav Dvorak wrote: Hello folks! I've been thinking about adding the capability to store files compressed and/or encrypted on either side of the rsync transfer. Let's say there's a storage space provider. I want to store my files on that server

Re: compression and encryption

2003-07-27 Thread Martin Langhoff
jw schultz wrote: Read the list archives. This has been talked to death. Amen. Most recently, Martin Langhoff has spoken of doing some work on using sender-side filtering that sounds promising. There is also a receiver-side patch out there with the performance issues you mention. I've

Portable Encryption Hardware And Software

2002-07-09 Thread TAPSEC Mailer
Introducing DIGITAL TAPLOCK our Always Encrypted Hardware Software Solution. I extend a warm welcome for you to look at our line of corporate and executive data encryption software and hardware devices at http://www.tapsec.com OpenPGP Encryption RFC 2440

Re: Strong encryption

2002-06-06 Thread Lapo Luchini
encript the data in chunks, where the chunk boundaries are determined by the That would lessen encryption security, of course. -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- To unsubscribe or change options: http

Re: Strong encryption

2002-06-06 Thread Michael Salmon
On Thursday, June 06, 2002 09:55:00 AM +0200 Lapo Luchini [EMAIL PROTECTED] wrote: +-- | | | encript the data in chunks, where the chunk boundaries are determined | by the | | | That would lessen encryption security, of course. +-X8 All encryption is done in chunks, the size

Re: Strong encryption

2002-06-06 Thread Lapo Luchini
| That would lessen encryption security, of course. All encryption is done in chunks, the size varies of course, usually between 1 and 256 bits. Of course, but even if block ciphers are usually used to encode data, they are usually used in OFB or other feedback mode that convert them

Strong encryption

2002-06-05 Thread C.Zimmermann
We need to encrypt files before transferring them to the destination Host for security reasons. Encryption must be strong: IDEA, 3DES or similar. One way would be the integration of PGP into rsync. Is there any PGP integration into rsync available ? ThankĀ“s Clemens -- To unsubscribe

Re: Strong encryption

2002-06-05 Thread jw schultz
On Wed, Jun 05, 2002 at 11:42:12AM +0200, C.Zimmermann wrote: We need to encrypt files before transferring them to the destination Host for security reasons. Encryption must be strong: IDEA, 3DES or similar. One way would be the integration of PGP into rsync. Is there any PGP integration

Re: Strong encryption

2002-06-05 Thread 'jw schultz'
Bye Clemens will need to keep them encrypted on the source. Rsync won't be able to compare an encrypted (cyphertext) file with an unencrypted (plaintext) one. For rsync to support encryption it would need to be able to decrypt your files and that would be very insecure

Re: Strong encryption

2002-06-05 Thread Lapo Luchini
Is there any PGP integration into rsync available ? No, but there's OpenSSH... quite what you're searching for =) http://www.openssh.org/ -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- To unsubscribe or change options:

Re: AW: Strong encryption

2002-06-05 Thread Lapo Luchini
I thought, rsync only looks at the modification date of a file and decides whether to backup this file or not. By default, it does not, in fact it's REAL usefullness it's that uit examines the content of the file to send just what is needed, differently from other mirroring software. --

Re: Strong encryption

2002-06-05 Thread Adrian Ho
On Wed, Jun 05, 2002 at 03:33:23AM -0700, 'jw schultz' wrote: As you have said rsync normally just looks at the modification date And the file size. This check, to the best of my knowledge, cannot be turned off. - Adrian -- To unsubscribe or change options:

Re: Strong encryption

2002-06-05 Thread 'jw schultz'
On Wed, Jun 05, 2002 at 06:45:44PM +0800, Adrian Ho wrote: On Wed, Jun 05, 2002 at 03:33:23AM -0700, 'jw schultz' wrote: As you have said rsync normally just looks at the modification date And the file size. This check, to the best of my knowledge, cannot be turned off. Yes. I

AW: AW: Strong encryption

2002-06-05 Thread C.Zimmermann
. But beside this rsync offers the mechanism for incremental mirroring on file bases over the network, so I think it makes sence to enhance rsync with the encryption option on destination files. Its better than tar -cvf - / | pgp | ssh user@destinationhost Clemens -- Lapo 'Raist' Luchini

Re: Strong encryption

2002-06-05 Thread jw schultz
to send just what is needed, differently from other mirroring software. But beside this rsync offers the mechanism for incremental mirroring on file bases over the network, so I think it makes sence to enhance rsync with the encryption option on destination files. Reread my earliest response

Re: Strong encryption

2002-06-05 Thread Donovan Baarda
On Wed, Jun 05, 2002 at 03:33:23AM -0700, 'jw schultz' wrote: On Wed, Jun 05, 2002 at 12:21:18PM +0200, C.Zimmermann wrote: If you want them stored on the destination encrypted you Yes, that?s it. The owner of the source files will be sure, that no one else can read his files on

Re: Question on encryption

2001-12-21 Thread Dave Dykstra
with SSH? I have considered building SSH to not use encryption, but I was thinking rsync in daemon mode might obviate the need to have to use SSH if it can still be made secure. Unfortunately, the answer is no. The rsync daemon can protect access with passwords that are not sent

Question on encryption

2001-12-20 Thread George Sinclair
size of the data, and the slowness typically suffered under encryption, the remote machine crawls to a halt or is seriously impaired. Working with small numbers of files or infrequent mirrors, the encryption is not a problem, but it gets to be a burden when you're doing this every night on a lot

Re: Question on encryption

2001-12-20 Thread Tim Potter
encryption, but I was thinking rsync in daemon mode might obviate the need to have to use SSH if it can still be made secure. Yes - you don't need to run ssh to use rsync in daemon mode. The authentication mechanism uses a challenge/response so the password is not sent over the wire. The rsync data

Re: Question on encryption

2001-12-20 Thread tim . conway
) Subject:Question on encryption Classification: I am not currently subscribed so please email me below. First, my only experience with rsync has been older versions (e.g. 1.7.x) which did not allow daemon mode, so please bear with me. My problem is that I would like to mirror

Re: Question on encryption

2001-12-20 Thread Tim Potter
On Thu, Dec 20, 2001 at 04:45:52PM -0600, Dave Dykstra wrote: Does running rsync in daemon mode on the remote host preclude the need to use SSH from the client? If so, how secure is this versus using rsync in non daemon mode with SSH? I have considered building SSH to not use encryption

Re: Builtin encryption support in rsync (was Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh)

2000-10-27 Thread Martin Pool
On 27 Oct 2000, Neil Schellenberger [EMAIL PROTECTED] wrote: I'm absolutely no expert on it (e.g. never programmed with it), but perhaps you could simply use OpenSSL (which is, after all, what OpenSSH is implemented on top of anyway). Then you'd get high grade encryption, certificates