From b4f43dab7ca7f7294684d2b865563e256836961a Mon Sep 17 00:00:00 2001 From: guilhem Date: Tue, 9 Apr 2013 16:11:50 +0000 Subject: [PATCH] Added a comment: rsh? --- .../comment_1_4be47e7ac85d0f4e7029a96b615545a7._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/optinally_transfer_file_unencryptedly/comment_1_4be47e7ac85d0f4e7029a96b615545a7._comment diff --git a/doc/todo/optinally_transfer_file_unencryptedly/comment_1_4be47e7ac85d0f4e7029a96b615545a7._comment b/doc/todo/optinally_transfer_file_unencryptedly/comment_1_4be47e7ac85d0f4e7029a96b615545a7._comment new file mode 100644 index 0000000000..948845b232 --- /dev/null +++ b/doc/todo/optinally_transfer_file_unencryptedly/comment_1_4be47e7ac85d0f4e7029a96b615545a7._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="guilhem" + ip="129.16.20.212" + subject="rsh?" + date="2013-04-09T16:11:50Z" + content=""" +I don't use it myself, but rsync can be used with others remote shells, among which rsh supports unencrypted streams. You probably want to set up a secure authorization mechanism to deny access to intruders, and for that kerberos comes to the rescue :-) I didn't try the combination, but it should work over git-annex already. +"""]]