基于vue、xterm、golang实现的web ssh客户端程序
$ cd front
$ npm -i
$ npm run build # 可以看到在front生成一个dist目录,里头就是编译后的前端文件
修改main.go
文件中目标主机和登录方式
confing := &webssh.WebSSHConfig{
Record: true,
RecPath: "./rec/cast/",
RemoteAddr: "localhost:22",
User: "wida",
Password: "wida",
AuthModel: webssh.PASSWORD,
}
$ go build -o webssh bin/sever/main.go
$ ./webssh
http://localhost:8080/#/term
http://localhost:8080/#/rec
,顶部有选择器,选择生成的文件播放(手动点击播放)。