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

网页端使用密钥登录用处大吗? #1

Open
Yorlg opened this issue Apr 17, 2023 · 3 comments
Open

网页端使用密钥登录用处大吗? #1

Yorlg opened this issue Apr 17, 2023 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Yorlg
Copy link
Owner

Yorlg commented Apr 17, 2023

收集一下意见和想法。

@Yorlg Yorlg added help wanted Extra attention is needed question Further information is requested labels Apr 17, 2023
@zyyzyykk
Copy link

zyyzyykk commented Sep 9, 2024

你好,我最近也在开发web终端,也考虑过使用密钥登录这个问题

我暂时废弃了在我的项目中添加密钥登录这一功能,密钥登录的场景有两个:一是对于一些禁用密码登录的服务器需要密钥登录;二是免密登录,每次不需要输入密码,更加方便。

由于我的项目具有配置自动选择功能,因此只有第一点是有用的,我也尝试了开发密钥登录,但是处理起来比较麻烦,感觉意义不大,于是暂时废弃了这个选项。

我的情况希望对你有所参考,感兴趣的话可以互相借鉴交流

@Yorlg
Copy link
Owner Author

Yorlg commented Sep 11, 2024

你好,我最近也在开发web终端,也考虑过使用密钥登录这个问题

我暂时废弃了在我的项目中添加密钥登录这一功能,密钥登录的场景有两个:一是对于一些禁用密码登录的服务器需要密钥登录;二是免密登录,每次不需要输入密码,更加方便。

由于我的项目具有配置自动选择功能,因此只有第一点是有用的,我也尝试了开发密钥登录,但是处理起来比较麻烦,感觉意义不大,于是暂时废弃了这个选项。

我的情况希望对你有所参考,感兴趣的话可以互相借鉴交流

感谢回复
我这个项目已经展示搁置了,我已经改为vue3+vite重构了,对于这个模块我的需求是有一个密钥库(服务器存储),将密钥上传后,ssh第一次通过密钥库选择的密钥登录后,那么下次连接就会是上次用的那个密钥,但是我还是会保留手动上传密钥登录

@zyyzyykk
Copy link

你的想法是对的,也是我之前尝试的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants