Cluster ssh is super nice, but out of the box it got ugly and small fonts.
Here’s my Cluster ssh config, which I respectfully ripped from the net:
# $HOME/.clusterssh/config terminal_args=-fa 'DejaVu Sans Mono:style=Book' -fs 11 # note these are not consistent with the TTF font selection, so have to 'adjust' accordingly #terminal_size=80x24 # for terminal_args=-fa 'DejaVu Sans Mono:style=Book' -fs 12: #terminal_size=133x36 # for terminal_args=-fa 'DejaVu Sans Mono:style=Book' -fs 11 terminal_size=120x34
Thank you dansnotebook.blogspot.no