Skip to content

Sessions

A session is grouping one or more connections of a user together. This enables the user:

  1. ... to connect with several connections to the same environment,
  2. ... to use the same environment, although all other prior connections are already disconnected, but the timeout of idle sessions is not already reached,
  3. ... and the authorization more lean by remembering the user by its SSH Public Key instead of (for example of the OpenID Connect Authorization) repeatedly asking the user to go through the authorization flow.

Types

  1. fs: Filesystem (default type)

Examples

  1. Using filesystem session:
    1
    type: fs