[GH-ISSUE #55] SSH shell issues "=" signs to command line #1001

Closed
opened 2026-02-28 12:00:44 +03:00 by kerem · 6 comments
Owner

Originally created by @BrommD on GitHub (Jan 12, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/55

Originally assigned to: @VShawn on GitHub.

Describe the bug
Starting with 0.5.7.2101082141 SSH opened terminals issue "=" chars to CMD line, when not being used for a while (noop effect?). This is happening every few minutes, screenshot below is from a session being opened for 24 hours...

To Reproduce
Steps to reproduce the behavior:

  1. open ssh connection to a Linux remore server
  2. wait

Expected behavior
Not to issue "=" chars to cmd line

Screenshots
image

Desktop (please complete the following information):

  • OS: Win10 EE 1809 - remote mostly Centos 7/8 Linux
  • PRemoteM Version [0.5.7.2101082141

Additional context
I'm using PRemoteM for several month now and switched yesterday to current version by simply replacing all binaries. Before the update, this effect was not happening.

Originally created by @BrommD on GitHub (Jan 12, 2021). Original GitHub issue: https://github.com/1Remote/1Remote/issues/55 Originally assigned to: @VShawn on GitHub. **Describe the bug** Starting with 0.5.7.2101082141 SSH opened terminals issue "=" chars to CMD line, when not being used for a while (noop effect?). This is happening every few minutes, screenshot below is from a session being opened for 24 hours... **To Reproduce** Steps to reproduce the behavior: 1. open ssh connection to a Linux remore server 2. wait 3. **Expected behavior** Not to issue "=" chars to cmd line **Screenshots** ![image](https://user-images.githubusercontent.com/33422643/104292224-da6b9300-54bc-11eb-9e7b-4e969cdcbaa3.png) **Desktop (please complete the following information):** - OS: Win10 EE 1809 - remote mostly Centos 7/8 Linux - PRemoteM Version [0.5.7.2101082141 **Additional context** I'm using PRemoteM for several month now and switched yesterday to current version by simply replacing all binaries. Before the update, this effect was not happening.
kerem 2026-02-28 12:00:44 +03:00
Author
Owner

@VShawn commented on GitHub (Jan 12, 2021):

Yes I knew why this issue.
'=' is sent for keep ssh alive bu kitty. it has been annoying me for a few months after I switch putty to Kitty.

[KiTTY]
adb=yes
; antiidle: character string regularly sent to maintain the connection alive
antiidle== \k08\
; antiidledelay: time delay between two sending
antiidledelay=60
<!-- gh-comment-id:758517841 --> @VShawn commented on GitHub (Jan 12, 2021): Yes I knew why this issue. '=' is sent for keep ssh alive bu kitty. it has been annoying me for a few months after I switch putty to Kitty. ``` [KiTTY] adb=yes ; antiidle: character string regularly sent to maintain the connection alive antiidle== \k08\ ; antiidledelay: time delay between two sending antiidledelay=60 ```
Author
Owner

@VShawn commented on GitHub (Jan 12, 2021):

Oh God. I know why.

antiidle== \k08\

should be

antiidle=\k08\

Ahhh... what a stupid fault 🙀

fix will comming very soon

<!-- gh-comment-id:758522423 --> @VShawn commented on GitHub (Jan 12, 2021): Oh God. I know why. > antiidle== \k08\ should be > antiidle=\k08\ Ahhh... what a stupid fault 🙀 fix will comming very soon
Author
Owner

@VShawn commented on GitHub (Jan 12, 2021):

fix is available now : https://github.com/VShawn/PRemoteM/releases/tag/0.5.7.2012240828
version upgrade from 0.5.7.2101082141 to 0.5.7.2101121716

so sorry for my stupid act 😰

Please contact me if you have any question.

<!-- gh-comment-id:758525112 --> @VShawn commented on GitHub (Jan 12, 2021): fix is available now : https://github.com/VShawn/PRemoteM/releases/tag/0.5.7.2012240828 version upgrade from 0.5.7.2101082141 to 0.5.7.2101121716 so sorry for my stupid act 😰 Please contact me if you have any question.
Author
Owner

@BrommD commented on GitHub (Jan 12, 2021):

Hi

THAT was fast. I appreciate this very. Let me check the result, will report back asap.

Thanks, Dejan

<!-- gh-comment-id:758539855 --> @BrommD commented on GitHub (Jan 12, 2021): Hi THAT was fast. I appreciate this very. Let me check the result, will report back asap. Thanks, Dejan
Author
Owner

@BrommD commented on GitHub (Jan 12, 2021):

works! thx.

<!-- gh-comment-id:758689673 --> @BrommD commented on GitHub (Jan 12, 2021): works! thx.
Author
Owner

@VShawn commented on GitHub (Jan 12, 2021):

works! thx.

thx for help improve premotem : )

<!-- gh-comment-id:758711686 --> @VShawn commented on GitHub (Jan 12, 2021): > works! thx. thx for help improve premotem : )
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1001
No description provided.