diff --git a/pkg/server/templates/about.templ b/pkg/server/templates/about.templ index 447d026..4105bb1 100644 --- a/pkg/server/templates/about.templ +++ b/pkg/server/templates/about.templ @@ -29,12 +29,12 @@ templ About() { @@ -70,7 +70,7 @@ templ About() { data between client and agent.

-

Using authorized keys is a secure way of connectiong. When running the agent, the authorized keys +

Using authorized keys is a secure way of connecting. When running the agent, the authorized keys must be put in a file, allowing only the designated users to connect. The file containing authorized keys can also be edited during a session with the agent, allowing more people to be added when required without having to start over again. @@ -99,7 +99,8 @@ templ About() {

SSH and SFTP

- Both ssh and sftp are supported. Multiple shells are also allowed. + Both ssh and sftp are supported. Multiple concurrent sessions to same agent are allowed as well + as multiple agents are also allowed.

Timeouts

@@ -108,7 +109,7 @@ templ About() { There is a timeout mechanism in the agent such that jobs do not hang indefinitely waiting for a connection. This mechanism is useful to make sure build agents do not keep build agents occupied for a long time. By default, the agent exits with status 0 when - the first client exits after logging in. The timeout is an inactivity timeout. Activity is + the last client exits after logging in. The timeout is an inactivity timeout. Activity is detected as follows: