Skip to content

Commit 840c782

Browse files
Update README.md
1 parent 013b915 commit 840c782

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ Host 127.0.0.1
101101
LogLevel QUIET
102102
```
103103

104+
If you create a new image, host key may change and you will get following error:
105+
```
106+
devlib.exception.TargetStableError: Bad host key: Host key for server '127.0.0.1' does not match
107+
```
108+
This can be fixed by running:
109+
```
110+
ssh-keyscan -p 5555 127.0.0.1 > ~/.ssh/known_hosts
111+
```
112+
113+
104114
### License
105115
This project is licensed under Apache-2.0.<br/>
106116
This project includes some third-party code under other open source licenses.<br/>

0 commit comments

Comments
 (0)