nix-config/ssh-agent
Donovan Glover cddcb504d3
stow: Split systemd package into bspwm and ssh-agent
Since urxvt will only be used on my bspwm setup, and since ssh-agent
can be used on non-bspwm setups as well, it makes sense to separate
the two.
2018-11-04 11:39:56 -05:00
..
.config/systemd/user stow: Split systemd package into bspwm and ssh-agent 2018-11-04 11:39:56 -05:00
README.md stow: Split systemd package into bspwm and ssh-agent 2018-11-04 11:39:56 -05:00

ssh-agent

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

Dependencies

Installation

make package=ssh-agent

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.