1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules
Eelco Dolstra ffedee6ed5 Start ssh-agent as a user unit
This has some advantages:

* You get ssh-agent regardless of how you logged in. Previously it was
  only started for X11 sessions.

* All sessions of a user share the same agent. So if you added a key
  on tty1, it will also be available on tty2.

* Systemd will restart ssh-agent if it dies.

* $SSH_AUTH_SOCK now points to the /run/user/<uid> directory, which is
  more secure than /tmp.

For bonus points, we should patch ssh-agent to support socket-based
activation...
2014-04-18 00:45:26 +02:00
..
config Start ssh-agent as a user unit 2014-04-18 00:45:26 +02:00
hardware
installer
misc
profiles
programs Start ssh-agent as a user unit 2014-04-18 00:45:26 +02:00
security
services Start ssh-agent as a user unit 2014-04-18 00:45:26 +02:00
system
tasks
testing
virtualisation
module-list.nix
rename.nix Start ssh-agent as a user unit 2014-04-18 00:45:26 +02:00