blob: fef94af6d6180b9dfc0812457dfcbf6839ea13aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
====
Quick getting started guide:
1. Read through the Quick Start Guide (see below).
2. Start teleport: su -c 'sysrc teleport_enable=YES'
3. Start teleport: su -c 'service teleport start'
3. Add yourself as a user: su -c "tctl users add $USER"
4. Create a password and 2FA code using the URL emitted during
the previous step.
To add a new node to the cluster, on the auth server:
$ tctl nodes add --ttl=5m --roles=node,proxy
See the docs for additional details:
Quick start: https://gravitational.com/teleport/docs/quickstart/
Admin Manual: https://gravitational.com/teleport/docs/admin-guide/
User Manual: https://gravitational.com/teleport/docs/user-manual/
Architecture: https://gravitational.com/teleport/docs/architecture/
FAQ: https://gravitational.com/teleport/docs/faq/
====
|