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