From 85a56ef2d5843e6492dba471b2f317b4d58e902e Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 17 Nov 2024 22:02:05 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index babd11a..8b85a62 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,5 +1,5 @@ #!/bin/sh # Script executado pós instalação -sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config +#sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config systemctl enable ssh \ No newline at end of file