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