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
As for now, the program simply spawn many threads to send ssh command to all the nodes. This is sensible if your working from a server and send commands to the node. Since this script are, also, user-side, it would be better to use telnet as in Whoall.
In fact, this "ssh approach" generates the error "Too many logins" when trying to connect to the same node the command comes from (I have no idea how and why this error is generate, actually) and if the user does not have the ssh-key configured, (s)he'll be asked for the password multiple times.
The text was updated successfully, but these errors were encountered:
As for now, the program simply spawn many threads to send ssh command to all the nodes. This is sensible if your working from a server and send commands to the node. Since this script are, also, user-side, it would be better to use telnet as in Whoall.
In fact, this "ssh approach" generates the error "Too many logins" when trying to connect to the same node the command comes from (I have no idea how and why this error is generate, actually) and if the user does not have the ssh-key configured, (s)he'll be asked for the password multiple times.
The text was updated successfully, but these errors were encountered: