1、安装方案一-:
yum -y install openssl-devel wget
cd /root
wget https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 --no-check-certificate
mv ttyd.x86_64 ttyd
chmod +x ttyd
mv ttyd /usr/sbin/
安装方案二:官网地址 或者直接yum 安装
https://github.com/tsl0922/ttyd/releases
2、运行及访问
ttyd bash #默认访问端口 7681
ttyd -p 8000 bash #指定端口
ttyd -p 8000 -c admin:admin bash #指定用户名密码
ttyd bash -d #-d 后台运行
标签:web,ttyd,x86,64,https,服务器,bash From: https://www.cnblogs.com/libruce/p/17631063.html