From 232270bd9a207d0675c90f1cb19e95e451be6418 Mon Sep 17 00:00:00 2001 From: trrgrnd Date: Sun, 4 Aug 2024 10:15:32 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eab595a..8e7c0b3 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash echo "[ sshd_config backup ]" -cp /etc/ssh/sshd_config /etc/ssh/sshd_config_orig && +cat /etc/ssh/sshd_config > /etc/ssh/sshd_config_BUP && echo "[ configuring sshd ]"