From ed5267b58f9178192e6fa0b5f8dd38378801c879 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 30 May 2025 22:25:01 +0300 Subject: [PATCH] fix ssh addr in readme --- README.md | 2 +- ssh_config | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ssh_config 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