From 5c23bd64c2fc2d328428d31205fa6416d24b2e41 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 23 Apr 2024 10:35:44 +0200 Subject: [PATCH] docs: fix typos in quickstart --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 5f24ca9..da2270a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -178,7 +178,7 @@ below. Add correct host key in ~/.ssh/known_hosts to get rid of this message. Offending ECDSA key in ~/.ssh/known_hosts:6 remove with: - ssh-keygen -f ~/.ssh/known_hosts" -R "" + ssh-keygen -f ~/.ssh/known_hosts" -R "" Host key for has changed and you have requested strict checking. Host key verification failed. ``` @@ -207,7 +207,7 @@ below. nixos-rebuild switch --flake ``` - You can also run `nixos-rebuild` to update a machine remotly, if you have + You can also run `nixos-rebuild` to update a machine remotely, if you have set up an openssh server and your ssh key for the root user: ```