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