brockgr / csshx

Automatically exported from code.google.com/p/csshx
433 stars 75 forks source link

Terminals opening in new tab instead of same window #102

Open vnktsh opened 5 years ago

vnktsh commented 5 years ago

OS: Mac OSX Mojave 10.14.6

CSSHX:

brew install csshx
csshx -v
csshX  0.74

Example command executing on default Mac Terminal.app

csshx --ssh_args '-i ~/.ssh/key.pem' --login ubuntu 10.104.96.155 10.104.96.186

csshx --ssh_args '-i ~/.ssh/key.pem' --login ubuntu -x 1 -y 3 10.104.96.155 10.104.96.186

Opens each host in new tab, instead of tiling in same window.

Expected Behavior: Each host window should be opened in the same parent window with red color terminal on the bottom.

dichenli commented 4 years ago

See https://apple.stackexchange.com/questions/300156/terminal-opens-new-tab-instead-of-new-window-with-command-n

You need to change the "prefer tab" setting from system preferences.