Opened 14 years ago
#138 new task
file transfers should be encrypted (always? or just over non-ssh channels)
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Client | Keywords: | |
Cc: |
Description
The default encryption code fails for lines over 1KB long...
So we could exchange a hash that is then encrypted with the salt for xoring the data before transfer.
It would be best to avoid doing this when the connection is already using SSH (which does its own encryption) - simply using the server.tunneled flag should be enough.
Split from #133
Note: See
TracTickets for help on using
tickets.