This commit is contained in:
XenGi 2026-06-18 23:01:34 +02:00
commit 0be9b6f73c
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -21,8 +21,7 @@
}; };
}; };
services = { environment.etc."ssh/banner".text = ''
openssh.banner = ''
__ __
/\ \ /\ \
\_\ \ __ __ __ \_\ \ __ __ __
@ -31,7 +30,7 @@
\ \___,_\ \__/.\_\\ \___/ \ \___,_\ \__/.\_\\ \___/
\/__,_ /\/__/\/_/ \/__/ \/__,_ /\/__/\/_/ \/__/
''; '';
}; services.openssh.settings.Banner = "/etc/ssh/banner";
system.stateVersion = "26.05"; system.stateVersion = "26.05";
} }