diff --git a/README.md b/README.md index 2fd12f3..df8e53f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you want to develop it together, or maybe you have a working port, please wri - [x] Debug shell - [x] Framebuffer + boot logo - [x] PMOS booting -- [x] SSH (use `ssh 172.16.41.1`) +- [x] SSH (use `ssh 172.16.42.1`) - [ ] UI loading - [ ] ... diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..ecce289 --- /dev/null +++ b/ssh_config @@ -0,0 +1,4 @@ +Host pmos + HostName 172.16.42.1 + User user + StrictHostKeyChecking no