From bd4c3bc017d0b4e1c5a16f1f14e21159e7bedc57 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 4 Oct 2024 15:56:46 +0200 Subject: [PATCH] rewrite access guides --- admin-guide/configuration/access/bastion_hosts.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/admin-guide/configuration/access/bastion_hosts.md b/admin-guide/configuration/access/bastion_hosts.md index 11953b59..fb7e519d 100644 --- a/admin-guide/configuration/access/bastion_hosts.md +++ b/admin-guide/configuration/access/bastion_hosts.md @@ -4,11 +4,7 @@ Access for the `root` user can be limited to be only allowed from certain bastio By default this is enabled except for a few networks, see [reponsible Puppet code](https://git.psi.ch/linux-infra/puppet/-/blob/preprod/code/modules/profile/manifests/networking/params.pp) for details. -You may alternatively control the use of bastion hosts yourself by setting in Hiera: - -``` -aaa::user_bastions: true -``` +You may alternatively control the use of bastion hosts yourself by setting in Hiera the boolean value `aaa::user_bastions`. The bastion hosts can be listed in the Hiera key `aaa:bastions`: