Files
templates/security/openssh-server/README.md
Barry McCormick 11e0766184 Bootstrap cleanup (#4)
* README cleanup

* template migration

* convert percona to new bastillefile format

* convert gitlab to bastillefile format

* convert php to bastillefile format

---------

Co-authored-by: Barry McCormick <bmccormick@debianbeast.maildragon.com>
2023-10-08 11:48:01 -06:00

727 B

openssh-server

Bastille template to bootstrap openssh-server

Usage

bastille template TARGET security/openssh-server

Optional:

The following are optional customizations to this template and basic instructions on how to do so.

custom config

Use a custom /etc/ssh/sshd_config in the template:

  1. fork bastillebsd-templates/openssh-server
  2. add an CP etc directive to the Bastillefile
  3. add an etc/ssh/sshd_config in the template
  4. commit; bootstrap fork; apply template

Use custom sshd_flags:

Use custom sshd_flags in jailed ssh service:

  1. fork bastillebsd-templates/openssh-server
  2. update the Bastillefile and add SYSRC sshd_flags=""
  3. commit; bootstrap fork; apply template