1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 11:19:04 -04:00
nixpkgs/nixos
Reno Reckling 312bae7fc0 nixos-ssh: set SSH_ASKPASS globally and not just on interactive shells
If we limit SSH_ASKPASS to interactive shells, users are unable to trigger
the ssh-passphrase dialog from their desktop environment autostart scripts.
Usecase: I call ssh-add during my desktop environment autostart and want to have
the passphrase dialog immediately after startup.
For this to work, SSH_ASKPASS needs to be propagated properly on
non-interactive shells.
2016-01-24 11:18:30 +01:00
..
doc/manual nixos: update-locatedb - harden via systemd (#7220) 2016-01-23 20:44:30 +00:00
lib
maintainers
modules nixos-ssh: set SSH_ASKPASS globally and not just on interactive shells 2016-01-24 11:18:30 +01:00
tests grsecurity: add NixOS VM test 2016-01-24 04:06:19 +00:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix grsecurity: add NixOS VM test 2016-01-24 04:06:19 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.