Due to work reason, I need to SSH to several servers every morning. Instead of open terminal and key-in several "ssh user@host", any easier method I can make it automatic such that
- start-up pc
- auto open terminal
- auto open few tabs on terminal
- each tab keeps opening and executing command, e.g. tab1, tab2, tab3 execute command "ssh user@host1", "ssh user@host2", "ssh user@host3" respectively
I'm using Ubuntu 17.04 64-bit. Thank you.