mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #676] [feature requst] Add option to disable "Ask for user / password" pop up #554
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#554
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 @olfolfolf on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/676
Originally assigned to: @VShawn on GitHub.
We use 1remote in a team (shared DB on OneDrive).
In newer versions of 1remote, a "Ask for user / password" pop up appears when username and password is empty in the database (we save the connection without user / password because of our sharing approach).
Now we have two options:
Leave SSH runner as it is - we have to enter the password two times. First time in the new pop up and second time in the embedded putty window.
Add -pw %1RM_PASSWORD% to the runner. That's kinda ugly, because now you can see the password f.e. in Task Manager (see attached screenshot):

Feature request: option to disable the new pop up to get the old behavior, only one user / password dialog without showing the password in Task Manager / command line.
@VShawn commented on GitHub (Jun 11, 2024):
Can you describe how to reproduce it? I found that I only need to enter the password once.
https://github.com/1Remote/1Remote/assets/10143738/2d75d87a-e44a-4cf3-8da7-3b553f7c1ecb
well we are not able to hide password from Task Manager since we choose KiTTY as SSH client(we need some KiTTY's features).
beacuse:
https://stackoverflow.com/questions/71084301/securely-pass-password-to-putty-process-on-start
https://github.com/cyd01/KiTTY/issues/502
@olfolfolf commented on GitHub (Jun 11, 2024):
Br,
@Kry5ta1 commented on GitHub (Jun 11, 2024):
我同样遇到了这个问题。



我在内网中远程我的windows电脑,并且被远程电脑启用了 空密码登录行为,这让我只需要输入用户名即可远程连接。
但是在新版本中,尝试连接过后我会遇到:
这里我点击确定后没有任何反应,我只能尝试随便输入几个字符(因为我实际上是没有密码的)
我需要在弹出的windows凭据界面再次点击确定才能远程成功。
以前的版本不会出现这样的行为,像这样的空密码远程,直接点击就可以连接了。
建议:是否只在凭据出现错误的时候才进行刚才的输入框。并且允许空密码的直接连接。
@VShawn commented on GitHub (Jun 12, 2024):
@Kry5ta1 Ahhhh I see what you need, I didn't expect it can login without a password.
@VShawn commented on GitHub (Jun 17, 2024):
done :)
@olfolfolf commented on GitHub (Jun 25, 2024):
Thanks, that's how I had imagined it :-)