Skip to content

Instantly share code, notes, and snippets.

@nickdtodd
Last active January 30, 2023 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickdtodd/87d509142391123dfc750707bb989256 to your computer and use it in GitHub Desktop.
Save nickdtodd/87d509142391123dfc750707bb989256 to your computer and use it in GitHub Desktop.
CoreOS ignitionfile
{
"ignition": { "version": "3.3.0" },
"passwd": {
"users": [
{
"name": "nick",
"sshAuthorizedKeys": [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuctMFXXmij9eh+DhXaKF3Gb0vpcPNpGSAimtKB0hVYtxPV/HybvtFQfORdobBx3NykFtQs1FzyquOyMavMcvNk2GxEaZjFrNA+eQZme8DlploIamumuG1+NDy5W/Qg0ehn4PXsgM1X80JjmeSxpf2ED0o7tbcrfiPnCz8iJVQVpSXpiMX1i1StbDodSmxOsKCdxKWdihTM/wRbJ9PlCk+DNHQUsCN1i4tDK5FJ4iniH8uup78m76CGzVKQIXVmixnFfCBFWx5x3+NeHelLM5ntkja3HEc8QW+IB+Avx5oldtYM63YKEVWXY4VGzC398E/Tl2nuTpv7xRvlemrxEq1srZ9c9+QiRLnINBmvIo57+FEIvVxAuAgLmnWS2maHREmez24PAaaF38AI8hmUV+OmiNAyE0B789WThSt0eGlNFP9QuncFwjB/h/DrKK87CWKjJ9XF1xOhFiipVewqJuyp7mg1msSXyL/wrWl4uw0Wyoxzl3sqiLtPnIM6yaWz7k= nick@sams-laptop"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment