MWI: Decouple identity output for SSH/Identity use-cases #53272
Labels
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
machine-id
Today, when you want to generate an identity file for use with an access plugin or API client, you use the
identity
output oftbot
. When you want to generate a SSH config, you use theidentity
output oftbot
. Effectively, theidentity
output is overloaded for multiple use-cases.This has a few negative impacts:
We should create a plan to decouple the UX for these two stories. We'll want to avoid creating any breaking changes. As an initial thought for discussion:
identity/v2
which is designed for pure identity use-casesopenssh
which is designed to provide an OpenSSH compatible configuration/credentialsidentity
toopenssh
oridentity/v2
depending on their usecase.The text was updated successfully, but these errors were encountered: