乾物SSH web版

1164 ワード

ページバージョンのsshを持ちたいですか?早くここを見たいなら、プレゼンテーションですべてを説明します.
インストール
RHEL/CentOS/Fedora
yum install shellinabox -y

vi/etc/sysconfig/shellinaboxdの構成最後の文を追加してください.そうしないと接続できません.
# Shell in a box daemon configuration
# For details see shellinaboxd man page

# Basic options
USER=shellinabox
GROUP=shellinabox
CERTDIR=/var/lib/shellinabox
PORT=4200
OPTS="--disable-ssl-menu -s /:LOGIN"


# Additional examples with custom options:

# Fancy configuration with right-click menu choice for black-on-white:
# OPTS="--user-css Normal:+black-on-white.css,Reverse:-white-on-black.css --disable-ssl-menu -s /:LOGIN"

# Simple configuration for running it as an SSH console with SSL disabled:
# OPTS="-t -s /:SSH:host.example.com"
OPTS="-t -s /:SSH:192.168.0.100"
#         
# OPTS="-t -s /:SSH:192.168.0.100  --localhost-only"

開始
systemctl restart shellinaboxd

Debian/Ubuntu/Linux Mintインストール
apt-get install shellinabox

vi/etc/default/shellinaboxの構成-->構成内容を上から開始
service shellinaboxd start