SSH-List
带有TUI界面的SSH连接管理器。
主要功能:
- 添加和编辑连接
- 重新排列和排序连接
- 从 ~/.ssh/config 导入主机
- 搜索和过滤连接
- 在远程主机上执行命令
此应用不存储密码。为实现安全认证,请使用SSH密钥。
前提条件
您必须在系统中安装OpenSSH客户端。从GitHub Release安装
从发行页面下载最新的二进制文件。#### 在终端运行 ssh-list 命令:
# Make the binary executable
chmod +x ssh-list
Move it to a directory in your PATH
sudo mv ssh-list /usr/local/bin/
从 crates.io 安装
cargo install ssh-list
从 AUR 安装(Arch Linux)
paru -S ssh-list
从PPA安装(Ubuntu,Linux Mint)
sudo add-apt-repository ppa:akinoiro/ssh-list
sudo apt update
sudo apt install ssh-list
通过 Homebrew 安装(macOS,Linux)
brew tap akinoiro/tap
brew install ssh-list
从源码构建
您需要安装 Rust 和 Cargo。git clone https://github.com/akinoiro/ssh-list
cd ssh-list
cargo build --release
二进制文件将位于 target/release/
配置文件
ssh-list 会自动创建文件来存储您的连接:~/.ssh/ssh-list.json
以及应用程序设置:
~/.ssh/ssh-list_config.toml
Appearance customization

--- Tranlated By Open Ai Tx | Last indexed: 2025-12-17 ---