Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 16, 2024
1 parent 5723afb commit be61332
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/reference/connection/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ maxConnections: 255
banner: "Yeah!"
```
<<property("preparationMessages", "Preparation Messages", "#preparation-messages")>>
See [below](#preparation-messages).
## Keys
### Configuration
Expand All @@ -54,6 +57,8 @@ Default Locations:
* Linux: `/etc/engity/bifroest/key`
* Windows: `C:\ProgramData\Engity\Bifroest\key`

The backend type is [Strings Template](../templating/index.md#strings)<[Core](../context/core.md)>.

<<property("rsaRestriction", "RSA Restriction", "../data-type.md#rsa-restriction", default="at-least-4096-bits", heading=4)>>
Restrict which RSA keys are allowed to be used.

Expand Down Expand Up @@ -81,6 +86,16 @@ ed25519Restriction: all
rememberMeNotification: "If you return until {{.session.validUntil | format `dateTimeT`}} with the same public key {{.key | fingerprint}}), you can seamlessly login again.\n\n"
```

## Preparation Messages

### Configuration

TODO!

### Examples

TODO!

## Compatibility

| <<dist("linux")>> | <<dist("windows")>> |
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/environment/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
description: A docker environment is executed on the host itself (same host on which Bifröst is running).
toc_depth: 4
---

# Docker environment

TODO!
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ nav:
- Htpasswd: reference/authorization/htpasswd.md
- Environments:
- reference/environment/index.md
- Docker: reference/environment/docker.md
- Local: reference/environment/local.md
- Sessions:
- reference/session/index.md
Expand Down

0 comments on commit be61332

Please sign in to comment.