Any scripts and files specific to this AoS.Health/AMR (serial ID 6000) Implementation.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
autossh \ |
|
-M 21234 \ |
|
-o "ServerAliveInterval 30" \ |
|
-o "ServerAliveCountMax 3" \ |
|
-R 6000:localhost:22 \ |
|
-f \ |
|
root@194.182.191.115 \ |
|
sleep 31536000 |
|
|
|
|
|
|
|
|