diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-17 22:47:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-17 22:47:09 +0700 |
commit | 867d100009292fab894b0d3f89eca6964a3cfa85 (patch) | |
tree | bfc9f254eea78b0ce62b74162546fcdf97d150fe /network/sftp-cloudfs/README | |
parent | b14979cbd611981f76cb57353f541fbe210d51fd (diff) |
network/sftp-cloudfs: Added (SFTP interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sftp-cloudfs/README')
-rw-r--r-- | network/sftp-cloudfs/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/sftp-cloudfs/README b/network/sftp-cloudfs/README new file mode 100644 index 0000000000000..c42ac6eaab471 --- /dev/null +++ b/network/sftp-cloudfs/README @@ -0,0 +1,13 @@ +This is a SFTP (Secure File Transfer Protocol) interface to OpenStack +Object Storage, providing a service that acts as a proxy between a +SFTP client and a storage service. + +The username/password pair used to open the SFTP session is validated +using the authentication service of the files/storage service to get +an authentication token. + +The communication between the client and the SFTP daemon is encrypted +all the time, and the SFTP service supports HTTPS communication with +the remote files/storage service. + +There's limited SCP support since 0.10. |