Ubuntu 18.4のshellinabox
自分で最新の環境を作ることはできるけど面倒なのでやらない。
code:sudo -u shellinabox shellinaboxd --debug -p 4200 -c /var/lib/shellinabox
http Accepted connection from _gateway:52282 ssl Switching to SSL (replaying 0+517 bytes)... ssl Connection shutdown due to client initiated renegotiation! http Closing connection to _gateway:52282 ssl Removing stacked write BIO! TLSを使わなければ接続できる。
セキュリティ上のリスクがあるけど。
code:sudo -u shellinabox shellinaboxd --debug -p 4200 -c /var/lib/shellinabox --disable-ssl
server Command line: shellinaboxd --debug -p 4200 -c /var/lib/shellinabox --disable-ssl server Listening on port 4200... http Accepted connection from _gateway:53482 http Accepted connection from _gateway:53484 http Compressed response from 5282 to 2285 以下繰り返しなので省略