Skip to content

Commit

Permalink
Merge pull request #12 from jumpserver/pr@dev@fix_putty_desc
Browse files Browse the repository at this point in the history
fix: putty说明
  • Loading branch information
Halo1236 authored Aug 18, 2023
2 parents 3980d94 + 4be38a5 commit 78e317c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go-client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ssh",
"telnet"
],
"comment": "PuTTY是一个Telnet、SSH、rlogin纯TCP以及串行阜连线软件",
"comment": "PuTTY是一个Telnet、SSH、rlogin、纯TCP以及串行接口连接软件",
"download_url": "内置",
"type": "linux",
"path": "putty.exe",
Expand Down
4 changes: 2 additions & 2 deletions go-client/pkg/awaken/awaken_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func handleSSH(r *Rouse, cfg *config.AppConfig) *exec.Cmd {
}

connectMap := map[string]string{
"name": r.Name,
"name": r.getName(),
"protocol": r.Protocol,
"username": r.getUserName(),
"value": r.Value,
Expand All @@ -87,7 +87,7 @@ func handleDB(r *Rouse, cfg *config.AppConfig) *exec.Cmd {
appPath := appItem.Path

connectMap := map[string]string{
"name": r.Name,
"name": r.getName(),
"protocol": r.Protocol,
"username": r.getUserName(),
"value": r.Value,
Expand Down

0 comments on commit 78e317c

Please sign in to comment.