From 06c1e4c7d34f45ccbbd08b6eb3df625c927a2627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 8 May 2023 23:34:20 +0200 Subject: [PATCH] Remove banner again it is also printed in scripts and when git pushing over ssh --- config/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/default.nix b/config/default.nix index 112d4ec4..fa14612f 100644 --- a/config/default.nix +++ b/config/default.nix @@ -182,9 +182,6 @@ openssh = { # Required for deployment and sops enable = true; - banner = '' - See https://gitea.c3d2.de/c3d2/nix-config for configuration and documentation - ''; passwordAuthentication = false; permitRootLogin = "prohibit-password"; };