用起来方便的,参考URL:

http://lzw.me/a/shellinabox.html

生成 pem 证书,可以 https 方式启动。pem 证书的格式为公钥加私钥,并以 x509 的格式进行打包。
openssl req -new -x509 -nodes -out server.crt -keyout server.key
cat server.crt server.key > /tmp/certificate.pem
SSL 证书不是必须要手动生成的。如果没有生成 SSL 证书,或者启动时没有指定它或无法找到,并且没有使用 -t 参数禁用 SSL,则守护进程会尝试自动生成一个 SSL 证书。

  

安装之后的启停两命令:

shellinaboxd -b -c /tmp -p 8000

ps -ef| grep shellinaboxd|grep -v grep|awk '{print $2}'|xargs kill -9

  WEB SSH之Shellinabox

WEB SSH之Shellinabox

 

相关文章:

  • 2021-08-31
  • 2021-10-15
  • 2021-08-25
  • 2021-12-19
  • 2021-03-26
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2021-12-07
  • 2021-06-28
  • 2022-01-24
  • 2021-11-20
  • 2021-07-21
  • 2021-08-25
相关资源
相似解决方案