Keepass & SSH
Date: 2021-10-16
I use ssh keys & have forgotten about typing passwords & accidental locking of my account.
my scheme is:
- The ssh private key is stored in the keepass.
- Keepass works as ssh-agent. It exports the ssh-key via keeagent plugin
- In the plugin I’ve configured “enable agent for windows openssh”
- in the vscode I set Remote.SSH.path to C:\Windows\System32\OpenSSH\ssh.exe
- installed public ssh key at AWS, github, etc