Newer
Older
#!/bin/bash
if [ -z "$1" ]
then
echo "Usage: ./control.sh SERVER-IP"
exit 1
else
host=$1
fi
ssh -t "root@${host}" "/oas/bin/control-shell.sh"
Due to spam, we had to disable registrations and GitHub login. Please reach out to us at support@greenhost.net if you want to contribute.
#!/bin/bash
if [ -z "$1" ]
then
echo "Usage: ./control.sh SERVER-IP"
exit 1
else
host=$1
fi
ssh -t "root@${host}" "/oas/bin/control-shell.sh"