Quantcast
Channel: Admins Goodies » windows-cluster
Viewing all articles
Browse latest Browse all 10

Is there a way to fix Cluster-SSH windows positions automatically?

$
0
0

Question

Have you used Cluster-SSH? It’s a GUI (frontend) to secure shell (ssh) which function it’s to let you write the very same commands to a lot of hosts. If you open a lot of hosts at the same time, cluster-ssh opens a window for each one of them. But these windows don’t actually are perfectly ordered in the screen, I mean the same size and not overlapping. I always have to resize and move manually every windows to some kind of grid so I can see every terminal output at the same time.

Is there a way to tell cluster-ssh to order the generated windows in the size/position needed in some kind of configuration file??? If so, HOW?

I do this often with a lot of hosts, so I don’t want to lose time arranging the windows as I need, I use Linux =) Thanks a lot =)

Asked by Metafaniel

Answer

cssh is supposed to tile the windows automatically. Try adding the following to ~/.csshrc (the manpage contains all the options):

terminal_size = 80x24
console_position = +0+0
window_tiling = yes
always_tile = yes
Answered by mgorven

Viewing all articles
Browse latest Browse all 10

Trending Articles