• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SSH Lightweight management tools

tssh

golang 实现的ssh 工具

安装

下载安装

下载地址 release

homebrew 安装

$ brew install tssh

环境变量

手动设置

export TSSH_HOME=/Users/user/work/ssh_config/

默认设置

# 默认设置在windows环境下使用%HOMEPATH%
export TSSH_HOME=$HOME/.tssh/config

查看帮助

help

相关操作

添加一个链接配置

采用密码模式

add

指定更多参数

addmore

查看现有链接(2.0)

list

删除配置

del

答谢

跨平台终端解决方案

主要解决win下获取终端信息

大佬项目链接 containerd/console

更加友好的交互

2.0 引入了一个有意思的新包 让我们有更加友好的交互方式

大佬项目链接 manifoldco/promptui

其他

解决问题的心路历程 -> anwu's blog