fix ssh import error message
This commit is contained in:
parent
5755fbdb18
commit
5bce6050ae
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from twisted.conch.interfaces import IConchUser
|
||||||
_SSH_IMPORT_ERROR = """
|
_SSH_IMPORT_ERROR = """
|
||||||
ERROR: Missing crypto library for SSH. Install it with
|
ERROR: Missing crypto library for SSH. Install it with
|
||||||
|
|
||||||
pip install cryptography pyasn1
|
pip install cryptography pyasn1 bcrypt
|
||||||
|
|
||||||
(On older Twisted versions you may have to do 'pip install pycrypto pyasn1' instead).
|
(On older Twisted versions you may have to do 'pip install pycrypto pyasn1' instead).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue