You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open **_bitwarden desktop - settings_** and activate **Enable SSH-Agent**
61
+
2. Create a `ssh key` entry in bitwarden _(its enough to paste the private key content)_
62
+
1. `\cat id_ed25519 | pbcopy`
63
+
3. Set env var export `SSH_AUTH_SOCK=/Users/<user>/Library/Containers/com.bitwarden.desktop/Data/.bitwarden-ssh-agent.sock` (needs to be present for your shell, so add it to your `.zshrc`)
64
+
4. Edit your `.ssh/config` and adjust `IdentityFile ~/.ssh/id_ed25519.pub` to use the `.pub` keyfile for reference the private-key of your ssh key agent
65
+
66
+
To list all available ssh keys, use `ssh-add -L`
67
+
56
68
## Security quote
57
69
58
70
> Security is a team sport, and accelerating SFI isn’t just job number one for our security teams – it’s everyone’s top priority and our customers’ greatest need.
0 commit comments