avatar
Articles
51
Tags
3
Categories
0

Home
Archives
Tags
About
BlogSpace
Home
Archives
Tags
About
建立webssh服务
Created2022-02-15
webssh通过网页http协议ssh登录获取终端 最终效果通过域名shell.jumhorn.eu.org访问网页ssh客户端 安装1pip3 install webssh 配置使用nginx反向代理 123456789101112131415server { listen 80; server_name shell.jumhorn.eu.org; location / { proxy_pass http://127.0.0.1:8888; proxy_http_version 1.1; proxy_read_timeout 300; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-PORT $remote_port; ...
1…56
avatar
JumHorn
Articles
51
Tags
3
Categories
0
Follow Me
Announcement
BlogSpace
Recent Post
openshift创建不过期的token2024-05-09
云浏览器2024-03-27
C++语法糖2024-03-05
C++反汇编2024-02-29
正则表达式2024-02-29
Tags
信息 架构 技术
Archives
  • May 20241
  • March 20242
  • February 20246
  • January 20242
  • October 20231
  • September 20232
  • May 20231
  • April 20232
Info
Article :
51
UV :
PV :
Last Push :
©2020 - 2025 By JumHorn
Framework Hexo|Theme Butterfly