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:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have added or updated relevant unit/integration/functional/e2e tests
[ ] I have made corresponding changes to the documentation
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 workingWhat 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: