[GH-ISSUE #1923] 1.9.19弹出密码输入窗口,原有功能无法使用,是否可以关闭这个功能 #1151

Closed
opened 2026-02-27 00:02:24 +03:00 by kerem · 14 comments
Owner

Originally created by @sguphil on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/electerm/electerm/issues/1923

Electerm version:

1.9.19

Operating system(linux, macos, or windows7/8/10?):

centos8

Expected Behavior

能否关闭这个自动弹出输入密码功能,本身设置连接是登录跳板机自动输入密码的,弹出这个窗口把原来能用的功能都block住了,这个版本没法用了。只能降级
当前配置,自动runscript输入密码:
图片

Can you reproduce the same behavior in other terminal:

Current Behavior

图片

Possible Solution

Steps to Reproduce

Context (Environment)

Detailed Description

Suggestions?

Originally created by @sguphil on GitHub (Nov 25, 2020). Original GitHub issue: https://github.com/electerm/electerm/issues/1923 <!--- Provide some basic info --> ## Electerm version: 1.9.19 ## Operating system(linux, macos, or windows7/8/10?): centos8 ## Expected Behavior <!--- Tell me what should happen --> 能否关闭这个自动弹出输入密码功能,本身设置连接是登录跳板机自动输入密码的,弹出这个窗口把原来能用的功能都block住了,这个版本没法用了。只能降级 当前配置,自动runscript输入密码: ![图片](https://user-images.githubusercontent.com/8896611/100181941-59f5d080-2f16-11eb-800c-7270f8779d39.png) ## Can you reproduce the same behavior in other terminal: <!--- If same bahavior happens in other terminal, maybe it is supposed to be like this or not a problem of terminal app --> ## Current Behavior <!--- Tell me what happens instead of the expected behavior --> ![图片](https://user-images.githubusercontent.com/8896611/100180689-a390ec00-2f13-11eb-98aa-661b3908543d.png) ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Suggestions? <!--- Not a bug report, just some thoughts or suggestions? It is totally OK and welcome too -->
kerem closed this issue 2026-02-27 00:02:25 +03:00
Author
Owner

@sguphil commented on GitHub (Nov 25, 2020):

使用rpm -e卸载后, 再安装旧版本回退1.9.14, 软件直接无法使用。
图片

<!-- gh-comment-id:733446818 --> @sguphil commented on GitHub (Nov 25, 2020): 使用rpm -e卸载后, 再安装旧版本回退1.9.14, 软件直接无法使用。 ![图片](https://user-images.githubusercontent.com/8896611/100181282-d7b8dc80-2f14-11eb-9b1d-ae9c29e71a35.png)
Author
Owner

@sguphil commented on GitHub (Nov 25, 2020):

回退到1.8.3后能用了,估计1.9.x的update/rollback有bug。

<!-- gh-comment-id:733450690 --> @sguphil commented on GitHub (Nov 25, 2020): 回退到1.8.3后能用了,估计1.9.x的update/rollback有bug。
Author
Owner

@zxdong262 commented on GitHub (Nov 25, 2020):

@sguphil 有没有试过随便输入些什么能否继续呢?

<!-- gh-comment-id:733472225 --> @zxdong262 commented on GitHub (Nov 25, 2020): @sguphil 有没有试过随便输入些什么能否继续呢?
Author
Owner

@sguphil commented on GitHub (Nov 26, 2020):

没有安装新版本了,这个弹出让我基本没法展开工作了。我只能留在1.8版本了。

其实我建议是可以加个开关来控制这个功能,因为我只想promote的时候交互信息输出在终端就可以了,不需要弹出端口,而且弹窗就没法使用自动化的登录命令了,希望能有开关控制这个功能。

<!-- gh-comment-id:734035901 --> @sguphil commented on GitHub (Nov 26, 2020): 没有安装新版本了,这个弹出让我基本没法展开工作了。我只能留在1.8版本了。 其实我建议是可以加个开关来控制这个功能,因为我只想promote的时候交互信息输出在终端就可以了,不需要弹出端口,而且弹窗就没法使用自动化的登录命令了,希望能有开关控制这个功能。
Author
Owner

@zxdong262 commented on GitHub (Nov 26, 2020):

@sguphil 理论上这个交互是发生在连接到服务器成功之前,是授权的一部分。可能跳板机的交互是不一样的过程。

<!-- gh-comment-id:734051893 --> @zxdong262 commented on GitHub (Nov 26, 2020): @sguphil 理论上这个交互是发生在连接到服务器成功之前,是授权的一部分。可能跳板机的交互是不一样的过程。
Author
Owner

@sguphil commented on GitHub (Nov 26, 2020):

试过最新版本1.9.24, 依然弹窗,并右下角报错,输入任何字符都无法正常连接,无法使用,只能再次回退到1.8.3。 不知道作者是否对这一块逻辑做过什么更改,行为和1.8.3是完全不同的。

<!-- gh-comment-id:734165534 --> @sguphil commented on GitHub (Nov 26, 2020): 试过最新版本1.9.24, 依然弹窗,并右下角报错,输入任何字符都无法正常连接,无法使用,只能再次回退到1.8.3。 不知道作者是否对这一块逻辑做过什么更改,行为和1.8.3是完全不同的。
Author
Owner

@sguphil commented on GitHub (Nov 26, 2020):

我在想这是不是和你的一个全局proxy相关的修改有关?

<!-- gh-comment-id:734190665 --> @sguphil commented on GitHub (Nov 26, 2020): 我在想这是不是和你的一个全局proxy相关的修改有关?
Author
Owner

@zxdong262 commented on GitHub (Nov 27, 2020):

@sguphil 应该不是,之前只是没有处理服务器端的交互请求,立刻返回而已。在新版我加了一个忽略的选项按钮,你可以试试吗,理论上就跟以前的处理是一样的。

<!-- gh-comment-id:734545095 --> @zxdong262 commented on GitHub (Nov 27, 2020): @sguphil 应该不是,之前只是没有处理服务器端的交互请求,立刻返回而已。在新版我加了一个忽略的选项按钮,你可以试试吗,理论上就跟以前的处理是一样的。
Author
Owner

@sguphil commented on GitHub (Nov 27, 2020):

升级1.9.27,无论点summit还是ignore都同样的报错,新版本仍然无法使用,只能降级1.8.3了,我也很好奇,其他人为何不会遇到这个问题?其实能不能有一个全局开关,这个交互窗口disable掉,控制它不弹出来?

<!-- gh-comment-id:734612649 --> @sguphil commented on GitHub (Nov 27, 2020): 升级1.9.27,无论点summit还是ignore都同样的报错,新版本仍然无法使用,只能降级1.8.3了,我也很好奇,其他人为何不会遇到这个问题?其实能不能有一个全局开关,这个交互窗口disable掉,控制它不弹出来?
Author
Owner

@zxdong262 commented on GitHub (Nov 27, 2020):

@sguphil 可以在书签选项加一个,下一个版本,到时候你试试,我猜测是timeout设定非常短不给交互时间

<!-- gh-comment-id:734752672 --> @zxdong262 commented on GitHub (Nov 27, 2020): @sguphil 可以在书签选项加一个,下一个版本,到时候你试试,我猜测是timeout设定非常短不给交互时间
Author
Owner

@zxdong262 commented on GitHub (Nov 29, 2020):

@sguphil 在书签的选项里加了一个设置,你可以试试吗?
Screen Shot 2020-11-29 at 13 08 07

<!-- gh-comment-id:735344436 --> @zxdong262 commented on GitHub (Nov 29, 2020): @sguphil 在书签的选项里加了一个设置,你可以试试吗? <img width="1372" alt="Screen Shot 2020-11-29 at 13 08 07" src="https://user-images.githubusercontent.com/1641949/100533857-0bad3e00-3244-11eb-84aa-82e31fd0ea79.png">
Author
Owner

@sguphil commented on GitHub (Nov 30, 2020):

设置了ignore交互,但是弹出以下窗口,无论密码是否正确都不断弹窗,点cancel就无法开标签,仍然无法使用,只能降级1.8.3了,是1.8之后什么新feature导致这类弹窗嘛?我在想按照原来的实现应该没有什么用户complain吧?为何加入这些交互弹窗,字符输出交互其实足够了啊,这东东好像既损耗性能,又没有实际的价值,理论上应该是要砍掉才对的啊
图片

<!-- gh-comment-id:735515416 --> @sguphil commented on GitHub (Nov 30, 2020): 设置了ignore交互,但是弹出以下窗口,无论密码是否正确都不断弹窗,点cancel就无法开标签,仍然无法使用,只能降级1.8.3了,是1.8之后什么新feature导致这类弹窗嘛?我在想按照原来的实现应该没有什么用户complain吧?为何加入这些交互弹窗,字符输出交互其实足够了啊,这东东好像既损耗性能,又没有实际的价值,理论上应该是要砍掉才对的啊 ![图片](https://user-images.githubusercontent.com/8896611/100563663-e418ad00-32f9-11eb-8cad-84e53db53a52.png)
Author
Owner

@sguphil commented on GitHub (Dec 2, 2020):

使用1.10,设置ignore可以使用了,但是如果设置新标签没有勾选这个ignore选项,提示的信息就不够友好,可以考虑优化一下

<!-- gh-comment-id:737038246 --> @sguphil commented on GitHub (Dec 2, 2020): 使用1.10,设置ignore可以使用了,但是如果设置新标签没有勾选这个ignore选项,提示的信息就不够友好,可以考虑优化一下
Author
Owner

@zxdong262 commented on GitHub (Dec 2, 2020):

你是说ignore选项的提示信息吗?

<!-- gh-comment-id:737237811 --> @zxdong262 commented on GitHub (Dec 2, 2020): 你是说ignore选项的提示信息吗?
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/electerm#1151
No description provided.