Whenever I copy this command from Gnote:
ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5
and put the command into the terminal emulator, for some reason the command automatically runs and when I go to use command history (up arrow), the command's not there. But when I go to the edit menu and select "Paste" the command doesn't automatically run and it's in the history.
Trisquel 5.0
GNOME Terminal 2.32.1
Marking as "closed" because of 12 weeks of "needs more information" status with no response. Feel free to re-open if issue persists and you wish to provide more information.
This sounds a lot like this bug here:
This isn't an actual bug as they state there you are copying over a carriage return.
So instead of just copying the string:
"ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5"
you most likely are copying over the string:
"ssh -p 22 -D 1080 -f -C -q -N -v anon@10.0.0.5 carriage return"
Could you please check that and report back.