hmmm.... this could make me move from LastPass to 1Password... after krypt.co got bought by Akamai and discontinued work on their developer stuff, i have been looking for a better way of managing SSH keys... this might be it...
1Password for SSH and Git (Beta)
11–20 of 406 posts
Re: 1Password for SSH and Git (Beta)
#12>Set up the 1Password 8 desktop app That will be the Electron version. No thanks.
Re: 1Password for SSH and Git (Beta)
#13I’ve been treating SSH keys in the same way I would a password. Each service gets a new key generated for it. From doing some reading though it sounds like I might be wasting my time. Apparently it’s fine to have one key for an individual machine and to use that for everything. What’s everyone else’s take on that? Are you reusing a single key or generating each time?
Re: 1Password for SSH and Git (Beta)
#14Re: 1Password for SSH and Git (Beta)
#15 export SSH_AUTH_SOCK=~/.1password/agent.sock
So you would essentially replace Keychain, Gnome-keyring, or the vanilla SSH-agent with 1password. Very nice solution.Re: 1Password for SSH and Git (Beta)
#16Re: 1Password for SSH and Git (Beta)
#17>Set up the 1Password 8 desktop app That will be the Electron version. No thanks.
Also, they have a nice CLI. I'm sure getting some of these features there is only a matter of time.
Re: 1Password for SSH and Git (Beta)
#18I’ve been treating SSH keys in the same way I would a password. Each service gets a new key generated for it. From doing some reading though it sounds like I might be wasting my time. Apparently it’s fine to have one key for an individual machine and to use that for everything. What’s everyone else’s take on that? Are you reusing a single key or generating each time?
I have considered keeping encrypted keys in my password manager per-service, and decrypt+add them to my SSH agent when they're used to offer almost the same guarantees.
Re: 1Password for SSH and Git (Beta)
#19I’ve been treating SSH keys in the same way I would a password. Each service gets a new key generated for it. From doing some reading though it sounds like I might be wasting my time. Apparently it’s fine to have one key for an individual machine and to use that for everything. What’s everyone else’s take on that? Are you reusing a single key or generating each time?
It's automatable and one less thing to worry about.
Re: 1Password for SSH and Git (Beta)
#20And why would I replace the openssh agent with 1password agent?
They don't even offer additional functionality over the open tools. "Autofill public keys in your browser for Git and other cloud platforms" - really? cat and copy - paste is now too hard?
(the above logic is why I don't make any serious money)