File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ below.
178
178
Add correct host key in ~/.ssh/known_hosts to get rid of this message.
179
179
Offending ECDSA key in ~/.ssh/known_hosts:6
180
180
remove with:
181
- ssh-keygen -f ~/.ssh/known_hosts" -R "<ip addrress >"
181
+ ssh-keygen -f ~/.ssh/known_hosts" -R "<ip address >"
182
182
Host key for <ip_address> has changed and you have requested strict checking.
183
183
Host key verification failed.
184
184
```
@@ -207,7 +207,7 @@ below.
207
207
nixos-rebuild switch --flake <URL to your flake>
208
208
```
209
209
210
- You can also run `nixos-rebuild` to update a machine remotly , if you have
210
+ You can also run `nixos-rebuild` to update a machine remotely , if you have
211
211
set up an openssh server and your ssh key for the root user:
212
212
213
213
```
You can’t perform that action at this time.
0 commit comments