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

[RFC] Telnet endpoint with TOTP #4

Open
coolacid opened this issue May 16, 2018 · 0 comments
Open

[RFC] Telnet endpoint with TOTP #4

coolacid opened this issue May 16, 2018 · 0 comments

Comments

@coolacid
Copy link
Contributor

Have a telnet endpoint (shutter, but it's supported in bpq) this will allow us to accept connections over Packet.

Since it's packet, it's unsecure. We can use a one time password system that we pre/post-pend to a command seq to ensure it's from someone we trust.

This is not perfect, as we still have a race condition if someone wanted to inject commands. We have to also track the used codes so we don't re-use them. (one command per code, means we should use faster codes, but then have less time to type them)

@coolacid coolacid changed the title [Todo] Telnet endpoint with TOTP [RFC] Telnet endpoint with TOTP May 16, 2018
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

1 participant