File tree 1 file changed +16
-7
lines changed
1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
- ### 简介
2
- go+echo+ssh+websocket+vue3 实现的web端通过ssh连接服务器
1
+ # websshterminal
2
+ > go+echo+ssh+websocket+vue3 实现的web端通过ssh连接服务器
3
3
4
- ### web vue代码
4
+ <a href =" https://github.com/jeffcail/websshterminal/releases " >
5
+ <img src="https://img.shields.io/github/release/websshterminal/releases.svg" alt="GitHub release">
6
+ </a >
7
+ <a href =" https://github.com/jeffcail/websshterminal/blob/master/LICENSE " >
8
+ <img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
9
+ </a >
10
+
11
+
12
+
13
+ ## web vue代码
5
14
[ websshterminal-vue] ( https://github.com/jeffcail/websshterminal-vue )
6
15
7
16
8
- ### 运行
17
+ ## 运行
9
18
``` shell
10
19
go run main.go
11
20
```
12
21
13
- ### 访问
22
+ ## 访问
14
23
localhost:5555
15
24
16
- ### 效果展示
25
+ ## 效果展示
17
26
添加服务器
18
27
<img src =" ./add_node.png " >
19
28
20
29
21
30
模拟终端
22
- <img src =" ./ssh_terminal.png " >
31
+ <img src =" ./ssh_terminal.png " >
You can’t perform that action at this time.
0 commit comments