0%

一个基于HTML5的远程桌面简易堡垒机案例

简易堡垒机案例

QQ群:397745473

guacamole搭建,一个基于HTML5的远程桌面

参考:

1
2
3
4
5
6
7
8
9
教程: https://blog.laoda.de/archives/docker-install-guacamole
https://www.bilibili.com/video/BV1ZL411K7qS?p=5
https://github.com/apache/guacamole-server
https://www.tecmint.com/guacamole-access-remote-linux-windows-machines-via-web-browser/


GitHub项目地址:https://github.com/TelDragon/guacamole
官网地址:https://guacamole.apache.org/
Docker地址:https://hub.docker.com/r/jwetzell/guacamole

看到 Glyptodon 想起在主机上安装一个然后就能跳到内多的各种环境中,网上搜了一下还真有这种神操作。

参考上面的网址可以安装配置完成当堡垒机用了。

支持RDP VPN 等各种协议

docker 搭建

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
curl -fsSL https://get.docker.com | bash -s docker
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod 755 /usr/local/bin/docker-compose
mkdir -p data/docker_data/guacamole
cd /root/data/docker_data/guacamole

vim docker-compose.yml
version: "3"
services:
guacamole:
image: jwetzell/guacamole
container_name: guacamole
volumes:
- ./postgres:/config
ports:
- 8181:8080
environment:
- EXTENSIONS=auth-totp
volumes:
postgres:
driver: local

同类远程虚拟桌面工具:

https://kast.gg/download.html

还有个比较我好玩的:

GateOne Web SSH环境搭建,支持录相

https://db.vsyour.com/forum.php?mod=viewthread&tid=1102

https://www.tecmint.com/

这里的文章还不错。可以学习学习

QQ群:397745473

欢迎关注我的其它发布渠道