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
When faced with sessions prompts to confirm information, such as a Reload
command on Cisco devices returning with:
SW1#reload <User:reload>
System configuration has been modified. Save? [yes/no]: n <User:n>
Proceed with reload? [confirm] <User:"Enter" key>
The "Send Commands" bar should send a Return to all open sessions.
----
If no input is provided, still send Enter/Return
Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 6:46
The text was updated successfully, but these errors were encountered:
There's still something funny going on with sending a single CR to all sessions.
When you first send a specific command to a session (or, say, a username and password), the input box at the top will become empty after every sent command. However, if you then press just "enter", SuperPutty repeatedly sends the last commands entered again instead of an empty string. i.e. typing "root", "myrootpassword", "", "" into the command box, you end up with "rootmyrootpasswordrootmyrootpassword" in the puTTY session, which is obviously not what you'd want.
if you go back to the input box, type a single space and then erase it and press enter, then a plain is sent to all sessions as expected
I can confirm this problem: Clicking on the green icon puts the last used commands onto the shell, but doesn't execute it. Pressing enter inside the empty (!) box executes the last commands. Afterwards, clicking the green icon didn't do anything, anymore.
Original issue reported on code.google.com by
[email protected]
on 16 Dec 2014 at 6:46The text was updated successfully, but these errors were encountered: