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 :(