-
Notifications
You must be signed in to change notification settings - Fork 33
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
--prikey option should be removed #34
Comments
good point. what about the idea of having a password encrypted dotfile? Would this be needed for example on windows ? Linux has file permissions, but do we still want files containing private keys to be encrypted by some other password? |
IMO @vishalxl , this should be working like the SSH client (which use PKI more or less the same way as nostr). |
Concur 100%; dotfiles even with authorization credentails (example of .ssh config given, but also e.g. AWS credentials file) are just mode-protected |
--prikey option should be removed as it's a security breach, IMHO.
What about having this shown to every user logged into the system?
Private key should be imperatively passed over a dotfile in HOME DIR.
The text was updated successfully, but these errors were encountered: