Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions pkgs/tools/networking/openssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@ in
};
};

openssh_10_2 = common rec {
pname = "openssh";
version = "10.2p1";

src = fetchurl {
url = urlFor version;
hash = "sha256-zMQsBBmTeVkmP6Hb0W2vwYxWuYTANWLSk3zlamD3mLI=";
};

extraPatches = [
# Use ssh-keysign from PATH
# ssh-keysign is used for host-based authentication, and is designed to be used
# as SUID-root program. OpenSSH defaults to referencing it from libexec, which
# cannot be made SUID in Nix.
./ssh-keysign-8.5.patch
];
extraMeta = {
maintainers = with lib.maintainers; [
philiptaron
numinit
];
teams = [ lib.teams.helsinki-systems ];
};
};

openssh_hpn = common rec {
pname = "openssh-with-hpn";
version = "10.2p1";
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3629,10 +3629,6 @@ with pkgs;
etcDir = "/etc/ssh";
};

openssh_10_2 = opensshPackages.openssh_10_2.override {
etcDir = "/etc/ssh";
};

opensshTest = openssh.tests.openssh;

opensshWithKerberos = openssh.override {
Expand Down
Loading