cfg/env/prod/ssh.cue

12 lines
221 B
Plaintext

package prod
import (
"du5t1n.me/cfg/app/ssh/schema"
)
ssh: schema.#Ssh & {
trusted_user_ca_keys: """
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINyi18IfxAf9wLnyffnMrThYpqxVwu0rsuiLoqW6rcwF sshca.pyrocufflink.blue
"""
}