]> 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:13:14 +0000 (22:13 +0000)
commitb4a23fc1ca4026c8c4023b2e1b551153de2af23d
tree4c51836ff8cbf777dfe7acf8678d1eafb9af2979
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