https://bugzilla.samba.org/show_bug.cgi?id=4615
Matthias <m...@matthiasbock.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@matthiasbock.net --- 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 does not get in "contact" with the SSH layer, which it is making use of, meaning the session keys are not trivially accessible. You might want to consider using losetup for transparent encryption, e.g. losetup /dev/loop1 backup.file -e aes512 Cheers,Matthias -- You are receiving this mail because: You are the QA Contact for the bug. -- 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