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

openssh server certificate critical option "teleport-roles" is not supported #1083

Closed
bcg62 opened this issue Jun 19, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@bcg62
Copy link
Contributor

bcg62 commented Jun 19, 2017

As of 2.2.0, certificates are being issued with an additional extension teleport-roles

$ ssh-keygen -L -f ~/.tsh/keys/*/*cert | grep Extensions -A 4
        Extensions:
                permit-agent-forwarding
                permit-port-forwarding
                permit-pty
                teleport-roles UNKNOWN OPTION (len 59)

This breaks OpenSSH_6.6.1p1 server:

sshd[9640]: error: Certificate critical option "teleport-roles" is not supported

NOTES: the certificate in question is placed into a local ssh-agent after executing tsh login

@kontsevoy kontsevoy added the P0 label Jun 19, 2017
@kontsevoy kontsevoy added this to the 2.2.1 milestone Jun 19, 2017
@bcg62
Copy link
Contributor Author

bcg62 commented Jun 19, 2017

@gravitational-jenkins
Copy link

gravitational-jenkins commented Jun 19, 2017 via email

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

No branches or pull requests

4 participants