This topic created in 508 days ago, the information mentioned may be changed or developed.
之前用 win 的时候用的 xshell 很舒服,一次能开 28 个左右的终端还可以自动排列,广播输入
现在换到 mac 暂时没找到相同功能的软件
刚需多开,最好能一次开几十个,屏幕能放下多少就开多少
第二个刚需就是广播,在一个终端内输入命令所有其他终端一起输入
试过了 termius 但是他好像一次只支持分四个屏
求一个能实现这种功能的 ssh 软件
谢谢
14 replies 2025-07-08 11:48:26 +08:00  | | 4 dule Dec 25, 2024 看了楼上推荐的 WindTerm ,挺不错,不过都一年没维护了吧 |
 | | 5 ztq100 Dec 25, 2024 好的感谢楼上推荐,这两个我都去研究一下 |
 | | 6 iamsea Dec 25, 2024 terminal 目前用着最舒服 set user your_username set host your_host set password your_password set timeout -1
spawn ssh $user@$host expect "password:*" send "$password\r" interact |
 | | 9 bjfane Dec 25, 2024 iterm2 能广播 能多开啊, 用过 warp 后来又弃了 |
 | | 10 Yien Dec 25, 2024 via Android |
 | | 11 263 Dec 25, 2024 SecureCRT |
 | | 12 ztq100 Dec 28, 2024 最终选择了 securecrt ,几乎完美符合要求,就是广播操作那里有点小问题 先试用,后面应该是要付费了 |