-
Notifications
You must be signed in to change notification settings - Fork 0
Secure connection
duhlin edited this page Feb 17, 2013
·
1 revision
Two participants: remote-host and local-host.
local-host should be able to store data on remote-host in a secure way.
Taking advantage of the best communication standard looks like a good idea. ssh will help in
- authentication of the remote-host and local-host.
- encryption while communication
Git, as a distributed version control system, offers many features that are requested for this project too:
- host authentication with ssh
- secure transmition of data with git-upload-pack/git-fetch-pack
- delta computation
- data compression (not really required but could be useful)