You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it is unnecessarily difficult to ssh to a given node (i.e. delegate-role). First you have to run ho probe delegates or use AWS Web Console to determine the public IP address, and then you to have to install a separate package ("susecon-automation-client") and run the ssh-to-node command to actually SSH to the node.
This could be made much easier by implementing a ho ssh command that would take --delegate and --role options. Or just positional arguments, since delegate is numeric and role is presumably alphanumeric.
The text was updated successfully, but these errors were encountered:
Right now it is unnecessarily difficult to ssh to a given node (i.e. delegate-role). First you have to run
ho probe delegates
or use AWS Web Console to determine the public IP address, and then you to have to install a separate package ("susecon-automation-client") and run thessh-to-node
command to actually SSH to the node.This could be made much easier by implementing a
ho ssh
command that would take--delegate
and--role
options. Or just positional arguments, since delegate is numeric and role is presumably alphanumeric.The text was updated successfully, but these errors were encountered: