Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during install (readme.md missing info?) #2

Closed
pihentagy opened this issue May 25, 2017 · 2 comments
Closed

Error during install (readme.md missing info?) #2

pihentagy opened this issue May 25, 2017 · 2 comments

Comments

@pihentagy
Copy link

During install I get the following:

$ fab env_dev install_single_server
/usr/lib/python2.7/dist-packages/Crypto/Cipher/blockalgo.py:141: FutureWarning: CTR mode needs counter parameter, not IV
  self._cipher = factory.new(key, *args, **kwargs)
[localhost] Login password for '****': 

What am I supposed to type as password? It does not accept empty string, and does not accept anything else.

@maparent
Copy link
Member

Hello, and welcome! The fab command does a ssh into the target host, in this case localhost. This is the same password you'd enter if you were doing ssh localhost, which is your user's password. You can avoid this step if you have a public-private key for yourself in ~/.ssh, and the public key is in ~/.ssh/authorized_keys. (You may also have to set up ssh-agent.) Tell me if you need more details.

@maparent
Copy link
Member

Added a comment in INSTALL.rst as suggested, reopen if you feel it's unclear. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants