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

RFE: known hosts certificate support #508

Closed
scop opened this issue Aug 13, 2020 · 1 comment
Closed

RFE: known hosts certificate support #508

scop opened this issue Aug 13, 2020 · 1 comment
Labels

Comments

@scop
Copy link

scop commented Aug 13, 2020

Describe the bug
libssh2 does not appear to have support for certificates in known hosts, nor any other "markers" (things starting with @) based on a quick look at the code -- hope I didn't miss anything. Would be nice to have this.

To Reproduce
Use @cert-authority and perhaps @revoked lines in known_hosts; examples from the sshd man page:

   # A revoked key
  @revoked * ssh-rsa AAAAB5W...
  # A CA key, accepted for any host in *.mydomain.com or *.mydomain.org
  @cert-authority *.mydomain.org,*.mydomain.com ssh-rsa AAAAB5W...

Expected behavior
Support host key verification using the above mentioned mechanism.

Version (please complete the following information):

  • OS: [e.g. iOS] Any
  • libssh2 version [e.g. 1.8.0] current git

Additional context
None

@stale
Copy link

stale bot commented Dec 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 12, 2020
@stale stale bot closed this as completed Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant