From 4ce1b3be9a930a8eac8f3c79a785d256544bd251 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Tue, 18 Apr 2023 13:30:30 +0200 Subject: [PATCH] feat: add some changes & fixes --- sshd_config | 1 + welcome.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sshd_config b/sshd_config index 0a10806..008ef75 100644 --- a/sshd_config +++ b/sshd_config @@ -29,6 +29,7 @@ # Authentication: #LoginGraceTime 2m +#PermitRootLogin prohibit-password PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 diff --git a/welcome.sh b/welcome.sh index 1428e9f..3758c83 100755 --- a/welcome.sh +++ b/welcome.sh @@ -37,8 +37,8 @@ neofetch=`neofetch \ --colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \ --color_blocks off \ --ascii_colors $OS_COLOR \ -# --ascii_distro macos # debug ` +# --ascii_distro macos # debug hostName=`uname -n` diskSpace=`df -Ph | grep xvda1 | awk '{print $4}' | tr -d '\n'`