Fix doc test error that prevented drone from passing (#4244)

This commit is contained in:
Lisa Kim 2020-08-21 11:18:27 -07:00 committed by GitHub
parent de4de40e19
commit 3e3974c101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ by the system's SSH agent if it is running.
2. If the correct credentials were offered, the Auth Server will generate a
signed certificate and return it to the client. For users, certificates are
stored in `~/.tsh` by default. If the client uses the Web UI the signed certificate
stored in `~/.tsh` by default. If the client uses the Web UI the signed certificate
is associated with a secure websocket session.
In addition to a user's identity, user certificates also contain user roles and

View file

@ -50,8 +50,8 @@ client SSH connection:
**Getting Client Certificates**
Teleport Proxy implements a special method to let clients get short-lived
authentication certificates signed by the Certificate Authority (CA) provided by
the [Auth Service](../authentication#authentication-in-teleport).
authentication certificates signed by the Certificate Authority (CA) provided by
the [Auth Service](authentication.md#authentication-in-teleport).
![Teleport Proxy SSH](../img/proxy-ssh-1.svg)