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

Avery only supports authentication for a single machine per user #259

Closed
sakarias88 opened this issue Oct 18, 2021 · 0 comments · Fixed by #277
Closed

Avery only supports authentication for a single machine per user #259

sakarias88 opened this issue Oct 18, 2021 · 0 comments · Fixed by #277

Comments

@sakarias88
Copy link
Member

You are on computer 1 and start avery for the first time (ignoring socket activation step) avery will create id_ecdsa.pem and id_ecdsa_pub.pem. Avery will then upload the public part to rolodex. Avery does not care if there is already an entry and overwrites the pub key in rolodex.

Now I remote in to computer 2 where I've already done those steps previously.
From this machine I use bendini to list functions on another users machine. I will fail to authenticate because the new pub key in rolodex does no longer match my local one since it got overwritten.

Suggested solution:
Support a list of public keys per user in rolodex.
Could do this change when we move auth out from avery.

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

Successfully merging a pull request may close this issue.

1 participant