Created
July 26, 2016 07:47
-
-
Save riaf/b084835c1b4f3cc9814a25abe2317d73 to your computer and use it in GitHub Desktop.
Coreserver に SSH 接続する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XPOST \ | |
-d "id=$USERID" \ | |
-d "pass=$FTPPASS" \ | |
-d "remote_host=$(curl http://dyn.value-domain.com/cgi-bin/dyn.fcg?ip)" \ | |
-d "ssh2=on" \ | |
https://ss1.coressl.jp/www.$CS_SERVER.coreserver.jp/jp/admin.cgi \ | |
| iconv -f SJIS -t UTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment