forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed 443/3080 port from tsh login examples (gravitational#8016)
- Loading branch information
1 parent
15cd08c
commit dd12797
Showing
25 changed files
with
90 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ tctl status | |
|
||
# Output | ||
Cluster acme.example.com | ||
Version 6.0.2 | ||
Version (=teleport.version=) | ||
Host CA never updated | ||
User CA never updated | ||
Jwt CA never updated | ||
|
@@ -244,14 +244,14 @@ Alice and Ivan can review and approve request using Web UI or CLI: | |
<TabItem label="Web UI"> | ||
![Teleport-Approve](../../../img/access-controls/dual-authz/teleport-6-ivan-approve.png) | ||
</TabItem> | ||
|
||
<TabItem label="CLI"> | ||
```bash | ||
tsh request list | ||
# Output | ||
ID User Roles Created (UTC) Status | ||
------------------------------------ --------------- ------- ------------------- ------- | ||
------------------------------------ --------------- ------- ------------------- ------- | ||
9c721e54-b049-4ef8-a7f6-c777aa066764 [email protected] dbadmin 03 Apr 21 03:58 UTC PENDING | ||
tsh request review --approve --reason="hello" 9c721e54-b049-4ef8-a7f6-c777aa066764 | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,8 @@ Install client libraries: | |
<TabItem label="Linux"> | ||
```bash | ||
curl -O https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz | ||
# verify signature | ||
echo "$(curl https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz.sha256)" | sha256sum --check | ||
# verify signature | ||
echo "$(curl https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz.sha256)" | sha256sum --check | ||
tar -xzf teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz | ||
cd teleport-ent | ||
sudo ./install | ||
|
@@ -53,11 +53,11 @@ Login into Teleport and test the connection: | |
|
||
```bash | ||
# tsh logs you in and receives short-lived certificates | ||
$ tsh login --proxy=myinstance.teleport.sh:443 [email protected] | ||
$ tsh login --proxy=myinstance.teleport.sh [email protected] | ||
$ tsh ls | ||
Node Name Address Labels | ||
--------- ---------- ------ | ||
myserver ⟵ Tunnel | ||
Node Name Address Labels | ||
--------- ---------- ------ | ||
myserver ⟵ Tunnel | ||
$ tsh ssh root@myserver | ||
``` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ Install client libraries: | |
<TabItem label="Linux"> | ||
```bash | ||
curl -O https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz | ||
# verify signature | ||
echo "$(curl https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz.sha256)" | sha256sum --check | ||
# verify signature | ||
echo "$(curl https://get.gravitational.com/teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz.sha256)" | sha256sum --check | ||
tar -xzf teleport-ent-v(=teleport.version=)-linux-amd64-bin.tar.gz | ||
cd teleport-ent | ||
sudo ./install | ||
|
@@ -27,7 +27,7 @@ Login with a teleport user with editor privileges: | |
|
||
```bash | ||
# tsh logs you in and receives short-lived certificates | ||
tsh login --proxy=myinstance.teleport.sh:443 [email protected] | ||
tsh login --proxy=myinstance.teleport.sh [email protected] | ||
# try out the connection | ||
tctl get nodes | ||
``` | ||
|
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
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
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
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
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.