Added SSHconnect and bin

This commit is contained in:
Nikolas Weger 2015-07-25 12:50:56 +02:00
parent 067555dd63
commit 4a2925eded

View file

@ -18,7 +18,7 @@ sslcreate() {
openssl x509 -req -days 365 -in csr/$1.csr -signkey private/$1.key -out certs/$1.crt openssl x509 -req -days 365 -in csr/$1.csr -signkey private/$1.key -out certs/$1.crt
} }
if [ $(uname -n) = "sayaka"]; then if [ $(uname -n) = "sayaka" ]; then
# SSH Connect # SSH Connect
sshconnect() { sshconnect() {
[ $1 = "web" ] && ssh megumi.eeleater.org [ $1 = "web" ] && ssh megumi.eeleater.org