Mar*_*ter 6 terminal xterm cluster-ssh gnome-terminator
我想cssh
使用terminator
终端模拟器,而不是默认的xterm
. 在~/.clusterssh/config
我更改了以下行:
#terminal=/usr/bin/xterm
terminal=/usr/bin/terminator
Run Code Online (Sandbox Code Playgroud)
但是当我开始时,cssh
我收到以下错误:
Opening to: server1 server2
Usage: terminator [options]
terminator: error: no such option: -g
Usage: terminator [options]
terminator: error: no such option: -g
Cannot open pipe for reading when talking to server1 : Interrupted system call
Run Code Online (Sandbox Code Playgroud)
显然,cssh
正在将一些参数传递给xterm
,它terminator
无法识别。
我该如何解决这个问题?
据manual for cssh
它说:
--tile,-g|--no-tile,-G 启用|禁用窗口平铺(覆盖配置文件)
话虽如此,我建议禁用该window tiling
选项,然后查看manual for terminator
有关窗口平铺的内容:
--geometry=GEOMETRY 指定终结者窗口的首选大小和位置;参见 x(7)。
似乎需要一些常规配置选项来切换终端cssh
。