alice-system-core/DEBIAN/postinst

5 lines
121 B
Plaintext
Raw Permalink Normal View History

2024-09-09 15:20:04 -03:00
#!/bin/sh
# Script executado pós instalação
2024-09-09 20:29:12 -03:00
sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config
2024-09-09 22:35:18 -03:00
systemctl enable ssh