summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-12-25 14:51:40 -0800
committerGraham Christensen <graham@grahamc.com>2018-01-28 16:36:00 -0500
commit716d1612afadf0cb0c11499261f68d364dd2879f (patch)
tree530092405b2a92a94b54e308eb418fe4a232faea /pkgs/top-level/aliases.nix
parent192f30f06adcdfe58ff0d4191ef457dfcf3d8642 (diff)
downloadnixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar.gz
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar.bz2
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar.lz
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar.xz
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.tar.zst
nixpkgs-716d1612afadf0cb0c11499261f68d364dd2879f.zip
openssh: Build with Kerberos by default
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.

Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index ef49fceab72..7d371881f94 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -142,6 +142,7 @@ mapAliases (rec {
   rdmd = dtools;  # added 2017-08-19
   robomongo = robo3t; #added 2017-09-28
   rssglx = rss-glx; #added 2015-03-25
+  openssh_with_kerberos = openssh; # added 2018-01-28
   rubygems = throw "deprecated 2016-03-02: rubygems is now bundled with ruby";
   rxvt_unicode_with-plugins = rxvt_unicode-with-plugins; # added 2015-04-02
   samsungUnifiedLinuxDriver = samsung-unified-linux-driver; # added 2016-01-25