updates and ring86 docks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
13
_sys/vault/role-ssh-signer.json
Normal file
13
_sys/vault/role-ssh-signer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
#https://developer.hashicorp.com/vault/docs/secrets/ssh/signed-ssh-certificates
|
||||
{
|
||||
"algorithm_signer": "rsa-sha2-256",
|
||||
"allow_user_certificates": true,
|
||||
"allowed_users": "*",
|
||||
"allowed_extensions": "permit-pty,permit-port-forwarding",
|
||||
"default_extensions": {
|
||||
"permit-pty": ""
|
||||
},
|
||||
"key_type": "ca",
|
||||
"default_user": "admini",
|
||||
"ttl": "30m0s"
|
||||
}
|
||||
Reference in New Issue
Block a user