.screenrc and logging in to multiple remote servers

296 views Asked by At

I'm looking for a way to login into multiple remote servers using SSH on multiple tabs while using screen. Now I have set multiple tabs when running my screen and bash on each of it and I have to manually connect to each remote server using SSH and enter the password for my key. Now I'm looking for a way to enter that password once and login to all of servers automatically. All of them are possible to login using same ssh key. Any ideas?

1

There are 1 answers

1
Sougata On

I think what you are looking for is a way to - do the same thing on X servers. If you are on ubuntu you can achieve the same using terminator. Open up terminator, split the screen X times and then start the broadcast mode in the left top corner of the screen. This will allow you to work like a jedi!