unlink !PyCrypto

[Imported from Trac: page SftpFrontend, version 27]
davidsarah 2010-06-13 00:54:09 +00:00
parent 6ff39da96d
commit 2e84d8bb3f

@ -5,7 +5,7 @@ See source:docs/frontends/FTP-and-SFTP.txt for how to enable and set up the SFTP
### Security ### Security
The security of the connection between the SFTP client and gateway is dependent on the [PyCrypto](PyCrypto) library, which has not been reviewed to the same extent as the pycryptopp library that we use elsewhere in Tahoe-LAFS. Therefore we do not recommend that you rely on the confidentiality or authentication provided by this SSH connection in the current release. The security of the connection between the SFTP client and gateway is dependent on the PyCrypto library, which has not been reviewed to the same extent as the pycryptopp library that we use elsewhere in Tahoe-LAFS. Therefore we do not recommend that you rely on the confidentiality or authentication provided by this SSH connection in the current release.
### General compatibility issues ### General compatibility issues