This is a discussion on Feature Suggestion - scp don't decrypt file at destination unecrypt within the OpenSSH Development forums, part of the Networking and Network Related category; Damien wrote: > tar zcf - /path/to/whatever | gpg --encrypt -r publickey at domain.com <http://www.mindrot.org/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. ;) It will also bulk up the data transfer making the data less compressible and larger due to entropy added during encryption. Gerard _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |