SSH Connection - multiple connections to the same host
0 vote
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
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
Hi Min..
Thanks!
Is there a way to set the standard ? Because I have 100+ SSH connections ;)
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
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
Thanks Jeff,
I forgot to mention the easiest way :) Looks like that I think too complicated ;)
Happy Holidays btw :) :cheers:
Hello Min,
Happy holidays to you too :)
Best regards,
Jeff Dagenais
Happy new Year ;)
Thanks for the Support, it worked !