This is a discussion on Re: Feature Suggestion - scp don't decrypt file at destination within the OpenSSH Development forums, part of the Networking and Network Related category; Gerard J. Cerchio wrote: > Damien wrote: > > > tar zcf - /path/to/whatever | gpg --encrypt -r publickey at &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gerard J. Cerchio wrote:
> Damien wrote: > > > tar zcf - /path/to/whatever | gpg --encrypt -r publickey at > domain.com <http://www.mindrot.org/mailman/listinfo/openssh-unix-dev> | \ > > ssh user at backuphost > <http://www.mindrot.org/mailman/listinfo/openssh-unix-dev> "dd > of=backup.tar.gz.pgp" > > Thanks Damien, but this solution leads to single file recovery problems, > especially given that most users can't tell a tar from a feather. ;) I don't follow - tar and OpenPGP are standard and widely used formats and any other encrypted format would have similar issues. If you don't like tar, then you can zip to similar effect. > It will also bulk up the data transfer making the data less compressible > and larger due to entropy added during encryption. No. The data is compressed before encryption. -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |