We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Adding a key via bw provider reports success, even though the key is not stored.
To Reproduce Steps to reproduce the behavior:
bw lock
ssh-manager add --provider bw --name test123 --private-key bla --public-key bla.pub
time="xx-yy-2022 22:22:22" level=info msg="Manager Keys saved for test123."
Expected behavior An error message, stating that the key could not be added.
Environment:
ssh-manager version
The text was updated successfully, but these errors were encountered:
@fionnb is it possible to run with --logLevel=debug, it might help to understand where it fails.
--logLevel=debug
Sorry, something went wrong.
im abit late but here is the debug output
running on Arch (EndeavorOS) edit: ssh-manager v1.8.6
ssh-manager v1.8.6
ok so anyone having problems you need to run bw unlock
bw unlock
just copy and run the export BW_SESSION="SuperSecretKey"
export BW_SESSION="SuperSecretKey"
then you can use ssh-manager without any problems hopefully
maybe could bee a good idea to check if the user has BW unlocked when running ssh-manager
No branches or pull requests
Describe the bug
Adding a key via bw provider reports success, even though the key is not stored.
To Reproduce
Steps to reproduce the behavior:
bw lock
ssh-manager add --provider bw --name test123 --private-key bla --public-key bla.pub
time="xx-yy-2022 22:22:22" level=info msg="Manager Keys saved for test123."
Expected behavior
An error message, stating that the key could not be added.
Environment:
ssh-manager version
): ssh-manager v1.1.0The text was updated successfully, but these errors were encountered: