nix-config/ssh-agent
Donovan Glover 0db520b429
docs: Update READMEs for ssh-agent, vim, and xmodmap
This completes the process of updating all the old READMEs
to the new format.
2018-11-23 00:27:58 -05:00
..
.config/systemd/user stow: Split systemd package into bspwm and ssh-agent 2018-11-04 11:39:56 -05:00
README.md docs: Update READMEs for ssh-agent, vim, and xmodmap 2018-11-23 00:27:58 -05:00

ssh-agent

SSH is used to connect to remote machines. I use a systemd service to manage ssh-agent.

Use Cases

ssh-agent can be used to:

  • Hold private keys

You should not use ssh-agent if:

  • You don't set a passphrase on your SSH keys

Usage

systemctl --user enable --now ssh-agent.service

In order for ssh-agent to cache your keys, you must first add them with ssh-add or use AddKeysToAgent Yes in your ~/.ssh/config