Added SSHconnect and bin
This commit is contained in:
parent
067555dd63
commit
4a2925eded
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ sslcreate() {
|
|||
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
|
||||
sshconnect() {
|
||||
[ $1 = "web" ] && ssh megumi.eeleater.org
|
||||
|
|
Loading…
Add table
Reference in a new issue