mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #499] SSH, update screen does not work #1367
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BurtGummer on GitHub (Aug 31, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/499
Originally assigned to: @VShawn on GitHub.
Version 0.7.2.8 (https://github.com/1Remote/1Remote/releases/tag/0.7.2.8), Windows 10 Pro up2date.
I have 2 SSH-Tabs open, Tab1 and Tab2. If I enter a command in Tab1 and switch to Tab2, wait a time and switch back to Tab1, the tab/window is not updatet:
If i mark the output, its updatet:
but only the marked text. Any ideas?
I try a new Kitty-version kitty_portable-0.76.1.12.exe and select it in 1Remote, but its the same problem. If I mark the text, the screen updates the text. With putty I have never such problems.
Oh, and the "u" command is a alias for:
aptitude update && aptitude upgrade ; echo "";date;echo ""@BurtGummer commented on GitHub (Aug 31, 2023):
Maybe one more example, I enter the command and switch to a other Tab, wait until the command is ready and switch back to the last Tab:
If I mark the text:
@VShawn commented on GitHub (Aug 31, 2023):
I have noticed this issue, but I haven't figured out the root cause yet. Since I'm an occasional SSH user, my investigation progress is quite slow.
@BurtGummer commented on GitHub (Sep 1, 2023):
Is there anything I can do to help solve the problem? Otherwise 1Remote would be useless for me, which would be a real pity.
Same problem with version 1Remote-1.0.0.0-beta.06-net6-x64-nightly-20230831-6ac680
@VShawn commented on GitHub (Sep 1, 2023):
This issue often occurs when opening two SSH sessions, and I have always suspected that it is caused by Kitty being placed in the background. I haven't encountered this problem when only one SSH session is open.
and i have not fix the problem on latest version yet.
@VShawn commented on GitHub (Sep 2, 2023):
I've found that once I use the
SetParentAPI to set the parent window of Kitty to 1REMOTE, and if the SSH session is in the background of the tab, this issue occurs. The point is, if I don't callSetParent, I won't be able to integrate KiTTY into 1REMOTE. I'm planning to look into how mRemoteNG handles this situation.@VShawn commented on GitHub (Sep 4, 2023):
After a weekend of investigation, here are the results:
-cmd: to define a startup auto-command. http://www.9bis.net/kitty/#!pages/CommandLine.md@BurtGummer Can you help test if putty is properly?
just donwload putty and creat a runner
@BurtGummer commented on GitHub (Sep 4, 2023):
Thank you very much!
I setup a new runner with PuttyNG, but it works only if I store the password from the connection, without password I got:
"Putty Fatal Error
Configured password was not accepted"
I only save the username, the passwords I like to store in a Keepass2 container. But with saved passwords, there are no screen tearing anymore.
Maybe we should write a bugreport: https://github.com/cyd01/KiTTY/issues ?
@VShawn commented on GitHub (Nov 4, 2023):
no response from kitty #510 :(
@fs30000 commented on GitHub (Nov 16, 2023):
It is a Kitty problem. I have the same issue using MTPutty. I opened an issue, just like you, but also no reply.
https://github.com/cyd01/KiTTY/issues/514
@goldenbull commented on GitHub (Mar 12, 2025):
seems putty is still under active development: https://git.tartarus.org/?p=simon/putty.git
but kitty is dead 😰 (not updated for two years)
How about keep up with putty and do some extra work similar as mRemoteNG? I could see if I can do something...
@VShawn commented on GitHub (Mar 13, 2025):
The main reason why I didn't choose Putty is that at that time putty did not support auto run commands after log in. I'm not sure if Putty it now.
@goldenbull commented on GitHub (Mar 14, 2025):
putty does not support auto run command yet.
I tried to use PuttyNG.exe from mRemoteNG, so far so good. It could be an alternative if do not need auto run commands 😄
@VShawn commented on GitHub (Oct 19, 2025):
close the ticket since switched to putty