#!/bin/sh cp -f ./sshd_config /etc/ssh/sshd_config if [ "$1" = "reload" ]; then rc-service sshd restart fi