-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tsh option: only populate ssh agent and not save identity files #4863
Milestone
Comments
ollyg
changed the title
tsh option to only populate ssh agent and not save identity files/certificates
tsh option: only populate ssh agent and not save identity files/certificates
Nov 17, 2020
ollyg
changed the title
tsh option: only populate ssh agent and not save identity files/certificates
tsh option: only populate ssh agent and not save identity files
Nov 17, 2020
russjones
added
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
ux
labels
Nov 17, 2020
Change the UX of |
Merged
on it |
@travelton raised an excellent point: we should also expose an RBAC setting to enforce that certificates can only be stored in an SSH agent and must not be written to disk. |
Should we do this in a different PR and open a new issue for it? |
@xacrimon Yes, let's not delay the current implementation. |
Solved by #5825 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
A command line option for
tsh
which would suppress storage of the identity files (certificates) and only populate the SSH Agent. An error is thrown if this is requested and the Agent is not available, or the--out
option is also provided. For example:Motivation
In order to avoid the security risk of certificates being farmed from a user's home directory and used to access a Cluster. Identity files would only remain in memory within the Agent on the local machine.
Who's it for?
Anyone - OSS User, Pro, Enterprise
Other Information
--out=/dev/null
but it stopped the Agent from being populated as well. Perhaps Agent step requires the identity files on disk already?tsh status
from working?The text was updated successfully, but these errors were encountered: