#!/bin/sh # Disable SSH Server by default systemctl disable sshd.service # Restore default config file cp /usr/share/openssh/sshd_config /etc/ssh/sshd_config