From 72103a5c29b77cd69169a355dd39e010df0126f5 Mon Sep 17 00:00:00 2001 From: Lonny Wong Date: Sat, 21 Oct 2023 23:44:31 +0800 Subject: [PATCH] update document --- cn/ssh.md | 2 +- ssh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cn/ssh.md b/cn/ssh.md index ec79fe6..f787cb5 100644 --- a/cn/ssh.md +++ b/cn/ssh.md @@ -191,7 +191,7 @@ _`~/` 代表 HOME 目录。在 Windows 中,请将下文的 `~/` 替换成 `C:\ ## 批量登录 -- 目前支持在 `tmux` 和 `Windows Terminal` 中一次选择多台服务器,批量登录,并支持批量执行预先指定的命令。 +- 支持在 `iTerm2`( 要开启 [Python API](https://iterm2.com/python-api-auth.html),但不需要`Allow all apps to connect` ),`tmux` 和 `Windows Terminal` 中一次选择多台服务器,批量登录,并支持批量执行预先指定的命令。 - 按下 `Space`、`Ctrl+X` 等可以选中或取消当前服务器,若不能选中说明还不支持当前终端,请先运行 `tmux`。 diff --git a/ssh.md b/ssh.md index e62014d..2f1deb0 100644 --- a/ssh.md +++ b/ssh.md @@ -188,7 +188,7 @@ _`~/` represents the HOME directory. Please replace `~/` below with `C:\Users\yo ## Batch Login -- tssh supports selecting multiple servers in `tmux` and `Windows Terminal`, logging in to them in batches, and executing pre-specified commands in batches. +- tssh supports selecting multiple servers in `iTerm2`( Requires [Python API](https://iterm2.com/python-api-auth.html), no need to `Allow all apps to connect` ),`tmux` and `Windows Terminal`, logging in to them in batches, and executing pre-specified commands in batches. - Press `Space`, `Ctrl+X` to toggle select the current server. If it cannot be selected, it means that the current terminal is not supported yet. Please run `tmux` first.