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

No support for SSH Certificates #5

Open
oskar456 opened this issue Jul 16, 2018 · 0 comments
Open

No support for SSH Certificates #5

oskar456 opened this issue Jul 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@oskar456
Copy link

In my setup, the SSH keys alone are not sufficient for authentication, if not accompanied with a SSH certficate. With OpenSSH, certificates are automatically loaded into the ssh-agent after calling ssh-add, that means there are two entries in the agent listing:

$ ssh-add -l
2048 SHA256:sARrpIfvcA+WXiGe209WuUiqOB7zyA7zdxmHGjfqiYU oskar@oskarpc.cesnet.cz (RSA)
2048 SHA256:sARrpIfvcA+WXiGe209WuUiqOB7zyA7zdxmHGjfqiYU oskar@oskarpc.cesnet.cz (RSA-CERT)

It would be nice if loading of SSH certificates was supported by this Chrome app as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants