mmh
mmh copied to clipboard
Nothing, just a simple ssh tool.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211215153901-e495a2d5b3d3 to 0.9.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.7.0 ✨ Features Allow to preserve ordering of completions in bash, zsh, pwsh, & fish: @h4ck3rk3y #1903 Add...
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.14.1 to 1.15.0. Release notes Sourced from github.com/fatih/color's releases. v1.15.0 What's Changed windows: enable virtual terminal processing, fixes #169 by @martinlindhe in fatih/color#186 ci: update dependencies by...
可不可以在配置文件增加端口映射的列表,连接ssh的时候自动转发
登录信息
用户登录信息能否进行加密
```golang func getServers() Servers { var servers Servers bss := setDefaultValue(basicConfig.Servers, basicConfig.Basic) sort.Sort(bss) servers = append(servers, bss...) if currentConfig.configPath != basicConfig.configPath { css := setDefaultValue(currentConfig.Servers, currentConfig.Basic) // 看这里👀 //sort.Sort(css) servers...
优化 mcp 能力