summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-02 18:58:26 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commitd6584429bdce963f6884cf5679cc059f2d802b01 (patch)
treed913c6b7eceee4b2a2be18832045414aec7fab79
parentAdd pam stuff (diff)
downloadSpacebar-Open-Infrastructure-d6584429bdce963f6884cf5679cc059f2d802b01.tar.xz
Remove ssh abnner
-rwxr-xr-xmodules/base.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/base.nix b/modules/base.nix
index f95e6e9..d77e782 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -50,14 +50,14 @@
   services = {
     openssh = {
       enable = true;
-      banner = ''
-         yg__    _ay      yggggy                                 $@@                    "
-         @@@@@gg@@@@     a@@~~~~ yy_yggy   yggy_yy _yaggy _yggy_ $@@yagy_  _agy_yy,yy_yg"
-        g@@~~~$~~~$@$    `?@@@gy @@@~~R@@_@@P~~@@@y@@F~~~g@@~_$@$$@@F~~@@La@@~~4@@L@@@F~"
-        @@@yyy@yyy@@@    y___y@@F@@$__g@@M@@L__a@@4@@y___4@@~~~~~$@@__y@@F$@$__y@@L@@$  "
-        `?PPPPPPPPPF~    fR@@@P~ @@F4@@P~ ~4@@P~RR ~4@@@P ~4@@@P 4RF?@@P~  ~R@RFRRFRRF  "
-                                 @@F                                                    "
-      '';
+#      banner = ''
+#         yg__    _ay      yggggy                                 $@@                    "
+#         @@@@@gg@@@@     a@@~~~~ yy_yggy   yggy_yy _yaggy _yggy_ $@@yagy_  _agy_yy,yy_yg"
+#        g@@~~~$~~~$@$    `?@@@gy @@@~~R@@_@@P~~@@@y@@F~~~g@@~_$@$$@@F~~@@La@@~~4@@L@@@F~"
+#        @@@yyy@yyy@@@    y___y@@F@@$__g@@M@@L__a@@4@@y___4@@~~~~~$@@__y@@F$@$__y@@L@@$  "
+#        `?PPPPPPPPPF~    fR@@@P~ @@F4@@P~ ~4@@P~RR ~4@@@P ~4@@@P 4RF?@@P~  ~R@RFRRFRRF  "
+#                                 @@F                                                    "
+#      '';
       settings = {
         PasswordAuthentication = false;
         GatewayPorts = "yes";