summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-08-13 08:02:42 +0000
committerAndreas Enge <andreas@enge.fr>2026-08-17 11:00:37 +0200
commitff3bbd8a002b5a9df79cdcb597fefee4d48166af (patch)
treec34ff4a7a71d5bf1631c9545d9b3105240a0ff29 /gnu/packages/ssh.scm
parentee72046320f7f4368f4b5d0093b29d68d8abb5fb (diff)
gnu: openssh: Enable password authentication on the Hurd.
* gnu/packages/ssh.scm (openssh)[inputs]: Add libxcrypt. Change-Id: Iffdf90ad6698f06ac6e612689249d245034557c1 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index f78f384df0d..c8b7a3e849d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -324,7 +324,7 @@ a server that supports the SSH-2 protocol.")
324 zlib 324 zlib
325 xauth ; for 'ssh -X' and 'ssh -Y' 325 xauth ; for 'ssh -X' and 'ssh -Y'
326 (if (target-hurd?) 326 (if (target-hurd?)
327 '() 327 (list libxcrypt)
328 (list linux-pam 328 (list linux-pam
329 libfido2)))) ; fails to build on GNU/Hurd 329 libfido2)))) ; fails to build on GNU/Hurd
330 (synopsis "Client and server for the secure shell (ssh) protocol") 330 (synopsis "Client and server for the secure shell (ssh) protocol")