app/ssh: Configure sshd trusted user CA keys
Configuring the system-wide trusted user CA key list for *sshd(8)*.
This commit is contained in:
11
env/prod/ssh.cue
vendored
Normal file
11
env/prod/ssh.cue
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package prod
|
||||
|
||||
import (
|
||||
"du5t1n.me/cfg/app/ssh/schema"
|
||||
)
|
||||
|
||||
ssh: schema.#Ssh & {
|
||||
trusted_user_ca_keys: """
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINyi18IfxAf9wLnyffnMrThYpqxVwu0rsuiLoqW6rcwF sshca.pyrocufflink.blue
|
||||
"""
|
||||
}
|
||||
Reference in New Issue
Block a user