-
Notifications
You must be signed in to change notification settings - Fork 230
[Bug] Parse command properly in Quick Connect #16
Comments
|
|
Another Bug: When use CJK IME without switching to English, if you are using Chinese Pinyin, then type |
|
|
Fixed |
Fixed |
This should be a bug related to xterm.js, and I'm not able to fix this very soon. |
The password filed is also used to decrypt the private key, I don't get it. |
I did not use the argument parser, the quick connect requires -p at the end of command line so it is a to-do. |
Fixed |
Well, This problem has two solutions:
This is my origin thinking.
Try the password in the dialog first, then use private key offered in the same identity, which simplified user-side configuration of identity. So that's why I think this is a bug. |
I'll put a notice there next time. |
Thanks for your hard work. I really love this software and appreciate you work. Another thing that lead to my attention today: ssh to same machine but with different port (actually port forward to another machine) will lead to terminal title can not be recognized. I personally think the problem might be a race condition. |
Then, there's a bit optimization idea: the flying-atom animation in the background image of initial tab in each new window will lead to about 40% CPU cost on my M1 MBA. It's really a lot for a SSH terminal. I hope that if a window is minimized to background, this animation should stop rendering. |
option will be made to disable this animation in next release |
Can code snippets be inserted to terminal of connected session? |
In quick connect:
ssh -p 22 root@192.168.1.1
will not work. Onlyssh root@192.168.1.1 -p 22
will work.Can this command be parsed regardless of
-p
or other param location?The text was updated successfully, but these errors were encountered: