Skip to content

Commit

Permalink
Add OPENSSHD_REGENERATE_HOST_KEYS
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 12, 2024
1 parent cbfddc0 commit 4a1ae78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Developer-Guide_Build-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@ Example:
./compile.sh KERNEL_COMPILER=clang
```

- **OPENSSHD_REGENERATE_HOST_KEYS** (boolean)
- false (skip armbian-firstrun's OpenSSH host keys deletion and regeneration (eg: to let cloud-init set the SSH host keys)
- **true** (execute armbian-firstrun's OpenSSH host keys deletion + regeneration)

Manage OpenSSH host key regeneration at armbian-firstrun service.

Example:
```
./compile.sh OPENSSHD_REGENERATE_HOST_KEYS=false
```

# Build options below need to be retested and added above (COULD BE DEPRECATED)

:warning: DO NOT USE! Obsolete documentation, new documentation in progress.
Expand Down

0 comments on commit 4a1ae78

Please sign in to comment.