def add_user(self, uid, private_key_path): k = paramiko.RSAKey.from_private_key_file(private_key_path) self._users[uid] = (private_key_path, k)