]> 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>
Mon, 13 Jul 2026 22:06:32 +0000 (22:06 +0000)
commit4d11c233bc0b46c94d116f790bede6825891cb6e
tree1bb96fd383c01da6401275ca368a1164b91a252a
parent114471ec1b74c5caac82d68e6c7c9d641e92a3b3
[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