From b2bf49f06157b916783d96ce199640b2895ac4c0 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Tue, 26 Jul 2022 18:57:44 +0200 Subject: [PATCH] vimwiki: dth @ dth-MacBookAir --- server.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/server.md b/server.md index 7baae0c..f6b84ce 100644 --- a/server.md +++ b/server.md @@ -1,17 +1,19 @@ # HOME SERVERS -* [o] auto-setup ssh on all machines +* [.] auto-setup ssh + ngrok on all machines * [X] client machines automation * [X] read ssh commands in [ubuntu](ubuntu.md) * [X] generate ssh key pair * [X] ~~write public key to gist~~ * [X] add ssh public keys to version control `dotfiles/.ssh/authorized_keys` - * [o] server machines + * [.] server machine * [X] fetch keys and add to `.ssh/authorized_keys` * [X] install [ngrok](https://ngrok.com/download) * [X] setup [ngrok](https://dashboard.ngrok.com/get-started/setup) - * [ ] add [ngrok as service](https://stackoverflow.com/a/50808709) - * [ ] make makerule / script + * [ ] add make rule to [create ssh-credential](https://ngrok.com/docs/api#api-ssh-credentials) + * [ ] test ssh public key is added to [ngrok API](no-install grok.md) + * [ ] add make-rules to setup ssh + * [ ] setup [ngrok as service](https://stackoverflow.com/a/50808709) * [ ] test setup * [ ] install and setup `ngrok` on test machine * [ ] add authorized keys to version control (?)