update ui and config to refer to service as Teleport Service (#26654)

* update to refer to service as Teleport Service

* update references to Teleport SSH Service to Teleport Service

* lint fix
This commit is contained in:
Steven Martin 2023-05-26 09:24:00 -04:00 committed by GitHub
parent c2e4871725
commit 9333665340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Teleport SSH Service
Description=Teleport Service
After=network.target
[Service]

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key>
<string>Teleport SSH Service</string>
<string>Teleport Service</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/teleport</string>

View file

@ -1,5 +1,5 @@
[Unit]
Description=Teleport SSH Service FIPS
Description=Teleport Service FIPS
After=network.target
[Service]

View file

@ -1,5 +1,5 @@
[Unit]
Description=Teleport SSH Service
Description=Teleport Service
After=network.target
[Service]
@ -16,4 +16,4 @@ PIDFile=/run/teleport.pid
LimitNOFILE=524288
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

View file

@ -1,6 +1,6 @@
# /etc/init/teleport.conf
description "Teleport SSH Service"
description "Teleport Service"
author "Gravitational Inc"
start on runlevel [2345]

View file

@ -97,7 +97,7 @@ func TestFetchInstallMethods(t *testing.T) {
return nil, trace.NotFound("command does not exist")
}
output := `
teleport.service - Teleport SSH Service
teleport.service - Teleport Service
Loaded: loaded (/lib/systemd/system/teleport.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2022-11-09 10:52:49 UTC; 3 months 22 days ago
Main PID: 1815 (teleport)

View file

@ -42,7 +42,7 @@ const startLines = [
isCommand: true,
},
{
text: `• teleport.service - Teleport SSH Service
text: `• teleport.service - Teleport Service
Loaded: loaded
Active: active (running)`,
isCommand: false,

View file

@ -125,8 +125,8 @@ export function DownloadScript(props: AgentStepProps) {
</Text>
<Text mb={3}>
- The Teleport SSH Service could not join this Teleport cluster. Check
the logs for errors by running <Mark>journalctl -fu teleport</Mark>.
- The Teleport Service could not join this Teleport cluster. Check the
logs for errors by running <Mark>journalctl -fu teleport</Mark>.
</Text>
<Text>
@ -158,7 +158,7 @@ export function DownloadScript(props: AgentStepProps) {
<>
<Header>Configure Resource</Header>
<HeaderSubtitle>
Install and configure the Teleport SSH Service.
Install and configure the Teleport Service.
<br />
Run the following command on the server you want to add.
</HeaderSubtitle>
@ -190,7 +190,7 @@ const Template = ({
<>
<Header>Configure Resource</Header>
<HeaderSubtitle>
Install and configure the Teleport SSH Service.
Install and configure the Teleport Service.
<br />
Run the following command on the server you want to add.
</HeaderSubtitle>