-
Notifications
You must be signed in to change notification settings - Fork 4
Auth (pubkeys and deprecate password auth) #62
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dea326b
Skeleton for user-less password auth (all users are allowed because w…
brainstorm 8987e30
Simplify password check, place it inline on the event itself
brainstorm c0450c1
fmt, clippy and gone are the README fat warnings about known issues.
brainstorm 045aad8
[ci skip] Ignore usernames and rename admin_pw/keys for password and …
brainstorm 9093322
Implement storage of Ed25519 pubkeys into SSHStampConfig over ssh env…
brainstorm 68f2df3
[ci skip] add_pubkey() failing on from_openssh() method...
brainstorm 5bb41d9
Merge branch 'main' into auth
brainstorm c49c995
Cleanup after more stringent imports and vars policy
brainstorm dfd01ae
Fixed input pubkey validation (from_str instead of from_openssh)... n…
brainstorm 9a9ab6a
Simplify further: remove all password-related logic and ONLY support …
brainstorm a6ace13
Change env var to SSH_STAMP_PUBKEY /cc @jubeormk1
brainstorm 9de720d
Merge branch 'main' into auth
brainstorm c38cc7a
Deny password auth overall, allow pubkey_auth selectively
brainstorm 692a852
[ci skip] We're off-by-one on the presented pubkey (see last 89 vs 11…
brainstorm 5a5447d
A few too many software_reset() on the HSM when auth goes south for m…
brainstorm 766bf8a
feature: No unauthenticated Shell or Subsystem
jubeormk1 fb38bf1
Fixing CI failure: Removing mut in config guard
jubeormk1 9023eb3
Address @jubeormk1 PR review points, except the HSM ones as they'll r…
brainstorm 39772d2
fix: Splitting channel fixes issue closing the session on channel EOF
jubeormk1 9ef5d39
First pass at addressing @jubeormk1 PR feedback while https://github.…
brainstorm 9757277
evert "First pass at addressing @jubeormk1 PR feedback while https://…
brainstorm a583576
Fixing issue in 9ef5d396781e0c3373dbed89b9010ed15ce6e297
jubeormk1 10b9d0b
Removing unnecessary software_resets keeping one in main
jubeormk1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.