From 089510781aa61ff80aba14de9647a57b0b5bbfd1 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 20:29:12 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index da58221..e0e80a5 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,4 +1,5 @@ #!/bin/sh # Script executado pós instalação -sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config \ No newline at end of file +sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config +systemctl enable --now ssh \ No newline at end of file