From 73c021fbf8e0e6f363fbe3f176f325716555e00a Mon Sep 17 00:00:00 2001 From: trrgrnd Date: Sun, 4 Aug 2024 09:36:48 +0000 Subject: [PATCH] Add install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..0fc4855 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +cp /etc/ssh/sshd_config /etc/sshd_config_orig