From 68a888fa1e59e6b13d52c3e6e7fd19144cfcd50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Felipe=20Marulanda=20Hern=C3=A1ndez?= Date: Fri, 5 Jul 2024 16:28:05 +0000 Subject: [PATCH] Update Script.sh --- Script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script.sh b/Script.sh index 0a98a4f..50b648f 100644 --- a/Script.sh +++ b/Script.sh @@ -48,4 +48,6 @@ chmod 700 /home/sistemas/.ssh chmod 600 /home/sistemas/.ssh/authorized_keys EOF +sudo apt install openssh-server -y + echo "Script completado." \ No newline at end of file