mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-15 02:11:44 -04:00
add authorized_keys configuration
This commit is contained in:
parent
e6311abe40
commit
8db0d61485
2 changed files with 21 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,4 +1,9 @@
|
|||
/authorized_keys
|
||||
/authorized_keys-replica-grapheneos
|
||||
/authorized_keys-replica-network
|
||||
/authorized_keys-replica-ns2
|
||||
/authorized_keys-replica-releases
|
||||
/authorized_keys-staging-attestation
|
||||
/passwords/
|
||||
/modules/
|
||||
/sysctl/
|
||||
|
|
16
hosts.sh
16
hosts.sh
|
@ -38,6 +38,22 @@ declare -Ar hosts_hardware_watchdog=(
|
|||
[4.releases.grapheneos.org]=true
|
||||
)
|
||||
|
||||
declare -Ar hosts_authorized_keys=(
|
||||
[1.ns2.grapheneos.org]=authorized_keys-replica-ns2
|
||||
[2.ns2.grapheneos.org]=authorized_keys-replica-ns2
|
||||
[1.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||
[2.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||
[3.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||
[1.grapheneos.network]=authorized_keys-replica-network
|
||||
[2.grapheneos.network]=authorized_keys-replica-network
|
||||
[3.grapheneos.network]=authorized_keys-replica-network
|
||||
[1.releases.grapheneos.org]=authorized_keys-replica-releases
|
||||
[2.releases.grapheneos.org]=authorized_keys-replica-releases
|
||||
[3.releases.grapheneos.org]=authorized_keys-replica-releases
|
||||
[4.releases.grapheneos.org]=authorized_keys-replica-releases
|
||||
[staging.attestation.app]=authorized_keys-staging-attestation
|
||||
)
|
||||
|
||||
declare -Ar hosts_firewall=(
|
||||
[ns1.staging.grapheneos.org]=ns1
|
||||
[ns1.grapheneos.org]=ns1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue