fix ssh addr in readme

This commit is contained in:
MeexReay 2025-05-30 22:25:01 +03:00
parent 0c608c9046
commit ed5267b58f
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@ If you want to develop it together, or maybe you have a working port, please wri
- [x] Debug shell - [x] Debug shell
- [x] Framebuffer + boot logo - [x] Framebuffer + boot logo
- [x] PMOS booting - [x] PMOS booting
- [x] SSH (use `ssh 172.16.41.1`) - [x] SSH (use `ssh 172.16.42.1`)
- [ ] UI loading - [ ] UI loading
- [ ] ... - [ ] ...

4
ssh_config Normal file
View File

@ -0,0 +1,4 @@
Host pmos
HostName 172.16.42.1
User user
StrictHostKeyChecking no