From 6e67a802a60f9f46d8065be5240f35a1a3983381 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Tue, 26 Jul 2022 17:18:20 +0200 Subject: [PATCH] :memo: roadmap + notes --- README.md | 1 + server.md | 18 +++++++++--------- ubuntu.md | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2b47287..9eabb2f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repo is an extension of [dannydannydanny/methodology](https://github.com/Da * post OS install: [ubuntu](ubuntu.md) * post post OS install: [firefox-scrolling](firefox-scrolling.md) +* repurpose [server-ip-sync](server-ip-sync.md) * server cluster roadmap: [server](server.md) * extend *makefile*: * **low-level configs:** diff --git a/server.md b/server.md index d16374d..dd32f8e 100644 --- a/server.md +++ b/server.md @@ -1,18 +1,18 @@ # HOME SERVERS -* [ ] auto-setup ssh on all machines - * [ ] test setup - * [ ] install and setup `ngrok` on test machine - * [ ] research replacing `ngrok` with [sish](https://github.com/antoniomika/sish) - * [ ] add authorized keys to version control (?) - * [ ] repurpose [server-ip-sync](server-ip-sync.md) - * [ ] client machines automation - * [ ] read ssh commands in [ubuntu](ubuntu.md) - * [ ] generate ssh key pair +* [.] auto-setup ssh on all machines + * [o] client machines automation + * [X] read ssh commands in [ubuntu](ubuntu.md) + * [X] generate ssh key pair * [ ] write public key to gist * [ ] server machines * [ ] fetch keys and add to `.ssh/authorized_keys` * [ ] (auto)-setup `ngrok` + * [ ] test setup + * [ ] install and setup `ngrok` on test machine + * [ ] add authorized keys to version control (?) + * [ ] repurpose [server-ip-sync](server-ip-sync.md) + * [ ] research replacing `ngrok` with [sish](https://github.com/antoniomika/sish) * [X] set up lenovo machine as thin client * [ ] run pop os?? * [ ] keepass get comfy diff --git a/ubuntu.md b/ubuntu.md index a93f5da..fb28ce6 100644 --- a/ubuntu.md +++ b/ubuntu.md @@ -70,7 +70,7 @@ Now you can clone your private repos and make changes to your public repos. ### Setup ssh key for connecting to other servers -This next ssh key is generated for github: +This next ssh key is generated for internal servers: ``` ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519_mynetwork <</dev/null 2>&1