We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f06770 + 5c23bd6 commit 4958ff8Copy full SHA for 4958ff8
docs/quickstart.md
@@ -184,7 +184,7 @@ below.
184
Add correct host key in ~/.ssh/known_hosts to get rid of this message.
185
Offending ECDSA key in ~/.ssh/known_hosts:6
186
remove with:
187
- ssh-keygen -f ~/.ssh/known_hosts" -R "<ip addrress>"
+ ssh-keygen -f ~/.ssh/known_hosts" -R "<ip address>"
188
Host key for <ip_address> has changed and you have requested strict checking.
189
Host key verification failed.
190
```
@@ -213,7 +213,7 @@ below.
213
nixos-rebuild switch --flake <URL to your flake>
214
215
216
- 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
217
set up an openssh server and your ssh key for the root user:
218
219
0 commit comments