mmh icon indicating copy to clipboard operation
mmh copied to clipboard

Nothing, just a simple ssh tool.

Results 8 mmh issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20211215153901-e495a2d5b3d3&new-version=0.9.0)](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...

dependencies

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...

dependencies

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...

dependencies

可不可以在配置文件增加端口映射的列表,连接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...