-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache per-cluster SSH certificates under ~/.tsh
```diff ~/.tsh/ └── keys ├── one.example.com --> Proxy hostname │ ├── certs.pem --> TLS CA certs for the Teleport CA │ ├── foo --> RSA Private Key for user "foo" │ ├── foo.pub --> Public Key - │ ├── foo-cert.pub --> SSH certificate for proxies and nodes │ ├── foo-x509.pem --> TLS client certificate for Auth Server + │ ├── foo-ssh --> SSH certs for user "foo" + │ │ ├── root-cert.pub --> SSH cert for Teleport cluster "root" + │ │ └── leaf-cert.pub --> SSH cert for Teleport cluster "leaf" ``` When `-J` is provided, this also loads/reissues the SSH cert for the cluster associated with the jumphost's certificate.
- Loading branch information
1 parent
3dd1afc
commit f3af7a5
Showing
18 changed files
with
1,167 additions
and
1,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.