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

Resolve user creation bug #3

Open
vtemian opened this issue Oct 6, 2014 · 0 comments
Open

Resolve user creation bug #3

vtemian opened this issue Oct 6, 2014 · 0 comments

Comments

@vtemian
Copy link
Contributor

vtemian commented Oct 6, 2014

When you create a user, you need to add again the key to it.

user = olite.users.create(name='bob', key_path="~/.ssh/third_rsa.pub")
user.keys.append("~/.ssh/third_rsa.pub")

Which is not fun :(

@vtemian vtemian added the bug label Oct 6, 2014
@calind calind added the could label Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants