SSH Connection - multiple connections to the same host

SSH Connection - multiple connections to the same host

0 vote

avatar
Nils23
Disabled

Hi..

it seems that it is not possible to open more then one connection to a host.
If you work with SSH its often needed to connect one host multiple times

All Comments (7)

avatar

Hello Maik,

this feature is already possible - please check the Advanced section from the SSH Shell Entry for the Option "Allow open multiple connections"
Attached a screen - (multiple connections to the same host works flawless) :cool:


Best Regards,
Min

avatar

Hi Min..

Thanks!
Is there a way to set the standard ? Because I have 100+ SSH connections ;)

avatar

Hi Maik,

of course! :) You have the choice - you can

-) Batch Edit all the existing connections
-) Create a template, configure all the preferred settings (also Jump Host for example ;) ) and use this template for all new SSH Shell types

For Batch Edit all your existing connections you have to mark all the connections you would like to change --> Batch Edit --> Batch Actions and Custom Powershell Command
Enter this command and click OK:


$Connection.MetaInformation.AllowMultipleConnections = "True"
$RDM.Save();


Best Regards,
Min

avatar

Hello guys,

Sorry to jump into your post, but you can also leave the option in your entries to Default and change the Allow Multiple Connections option to True in File -> Options -> General. Then, all your sessions set to Default should work as expected.

Best regards,

Jeff Dagenais

avatar

Thanks Jeff,

I forgot to mention the easiest way :) Looks like that I think too complicated ;)

Happy Holidays btw :) :cheers:

avatar

Hello Min,

Happy holidays to you too :)

Best regards,

Jeff Dagenais

avatar

Happy new Year ;)

Thanks for the Support, it worked !