Skip to content

Commit f302c2b

Browse files
authored
Add files via upload
1 parent 1aad134 commit f302c2b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

coreos.ign

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ignition": {
3+
"version": "3.4.0"
4+
},
5+
"passwd": {
6+
"users": [
7+
{
8+
"groups": [
9+
"sudo"
10+
],
11+
"name": "core",
12+
"sshAuthorizedKeys": [
13+
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHPHiZ3QHoZpU/QjxQHPh2vCuP+WhpSJ95WCO11o3w3s rdoa.thiago@gmail.com"
14+
]
15+
}
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)