widaT / webssh

基于xterm.js和golang ssh库实现的web ssh 服务端,支持录像审计,和录像回看
MIT License
105 stars 20 forks source link
devops ssh-client webssh xterm

WEBSSH

基于vue、xterm、golang实现的web ssh客户端程序

特性

run demo

修改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

查看录像

动画演示

动画演示