dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
20 stars 19 forks source link

Enhanced /bin/ssh Script for Flexible SSH Connection Management #630

Closed vivekgsharma closed 5 months ago

vivekgsharma commented 5 months ago

Issue being fixed or feature implemented

We were not able to ssh nodes using the commands ./bin/ssh testnet masternode-2 , ssh script has been modified with additional cases to fix this. Now its working

What was done?

Modified the /bin/ssh script to enhance argument parsing with support for default identity files and improved handling of edge cases for robust SSH connections.

How Has This Been Tested?

I tested on my instance , and it's working

Breaking Changes

Nothing is breaking , only ssh script has been modified

Checklist: