diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 17:04:49 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 17:04:49 +0900 |
| commit | 230537b994d29710d1c33c2eef35487573dc550e (patch) | |
| tree | 48b3815c60cc51cf2ca0301e09971dc043ce95b9 /server/authorized_keys | |
| parent | 4a2def16fa9b66d0f7b3ce0812325365bb821287 (diff) | |
Add server/ dir, CLAUDE.md, and SSH key management via install.sh
- server/authorized_keys: root SSH keys managed in repo
- server/requirements.md: list of required tools/packages
- git/install.sh: now also applies authorized_keys on install
- CLAUDE.md: repo overview for Claude Code
- Deploy.md: simplified
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'server/authorized_keys')
| -rw-r--r-- | server/authorized_keys | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/authorized_keys b/server/authorized_keys new file mode 100644 index 0000000..fa01484 --- /dev/null +++ b/server/authorized_keys @@ -0,0 +1,3 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL38Bz/ffc14WRi9g3CnLgzLluHwhCPdjRAXxET5t/+Y yyamashita@ubuntu-4gb-hel1-1 +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAWtunt4nZ3MVeom6TbtCFVtEzsiSicnZ1Ea6YX6QLOc +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA4ER14o2du4bd6shr8qBkGunRjQr85elyGIb34/nVmz u0_a188@localhost |
