mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
0db520b429
This completes the process of updating all the old READMEs to the new format. |
||
---|---|---|
.. | ||
.config/systemd/user | ||
README.md |
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