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: ```