Skip to content
Snippets Groups Projects
manage 152 B
Newer Older
#!/bin/bash

if [ -z "$1" ]
then
    echo "Usage: ./manage SERVER-IP"
    exit 1
else
    host=$1
fi

ssh -t "root@${host}" bash -ic "oas_controlshell"