Unable to edit multiple sessions in bulk, credentials not saved #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tux/shellstation#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to replicate:
The log gets filled with
2026-04-14T10:55:50.742540Z ERROR shellstation_lib::commands::session: bulk keychain store failed: Failed to store credential: Platform secure storage failure: Windows error code 8 session_id=xxxxxxxxxxxxxxxxxxxxfor each session.
Upon checking a single session from the folder, only the username seems to have been set, no entry for jumphost or hightlight profile.
When trying to connect, it fails, on the remote system log one can see "fail reason: emptyPassword".
When trying to edit the single session and entering the password, upon saving the same error can be seen in the log.
When checking the MS Windows credentials manager, lots of shellstation entries can be seen, but as its only the session id its hard to verify, if the problematic is upon them.
Might be related to it being a company workstation with GPOs.
Update:
The actual source of the issue was found.
The windows credential store has only a limited capacity, error code 8 means, out of storage.
Attempting to store more than 1000 credentials for sessions hit the limit.
Upon deleting a couple of credentials, storing a limited set of session credentials then worked.
Fixed in #
1e5f81e249, in release 0.9.4