ssh.html 491 B

12345678910111213141516
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title></title>
  6. </head>
  7. <body>
  8. <form action="/manage/ssh" method="post">
  9. <textarea rows="" cols="" name="cmd"></textarea>
  10. <br>
  11. <input type="hidden" name="do" value="exec" />
  12. <input type="submit" value="提交" />
  13. </form>
  14. </body>
  15. </html>