]> git.ekhem.eu.org Git - guix.git/commit
[vps] Extract sshd configuration into conf/vps/sshd.scm.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 13 Jul 2026 22:06:32 +0000 (22:06 +0000)
committerJakub Czajka <jakub@ekhem.eu.org>
Fri, 17 Jul 2026 13:47:16 +0000 (13:47 +0000)
commit469bc4e1748a094dd083128852002a2c45545091
tree40088e510161446fc8305e1ced4784df4f7b1a8c
parentd934490c20d0567cf10f2fcd963ed750280e363e
[vps] Extract sshd configuration into conf/vps/sshd.scm.

Move the inline openssh-configuration out of vps-system.scm into a
dedicated module.  Update settings to match the reference sshd_config:
port 72, disable password auth, tune keepalive timeouts, and accept
locale environment variables.  Only override fields that differ from
the Guix defaults.

Co-Authored-By: Claude <noreply@anthropic.com>
conf/vps/sshd.scm [new file with mode: 0644]
vps-system.scm