Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to save username in SSH session? #857

Open
Wauux opened this issue Jun 29, 2022 · 2 comments
Open

How to save username in SSH session? #857

Wauux opened this issue Jun 29, 2022 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Wauux
Copy link

Wauux commented Jun 29, 2022

环境:ssh链接有2次动态密码认证
(如果登录时保存密码,由于2次动态密码变化,再次快捷登录会需要重新输入用户名密码以及二次登录密码)

需求:新增回话时,支持提前手动输入保存用户名密码。快速登录时可以直接输入二次动态密码

@kingToolbox kingToolbox changed the title 新增回话可不可以提前手动配置用户名密码,而不是登录时输入保存 How to save username in SSH session? Jun 29, 2022
@kingToolbox
Copy link
Owner

kingToolbox commented Jun 29, 2022

Duplicate of #787

Since your passwords are dynamic, saving them doesn't make any sense. You can save just the username in the session. When you create a session, please enter username@hostname in the host input box, such as root@127.0.0.1. When the session is opened, the user name will be ready.

@kingToolbox kingToolbox added the duplicate This issue or pull request already exists label Jun 29, 2022
@Wauux
Copy link
Author

Wauux commented Jun 30, 2022

按照配置,现在可以保存用户名。但是密码无法保存

我的默认密码是固定的, 但是会有2次认证动态令牌。 我想每次快捷登录时默认将用户名密码填充,手动输入动态令牌就好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants