fix: SSH优化和修复

This commit is contained in:
ZacharyZcR
2025-04-13 13:07:28 +08:00
parent c58b63a6ac
commit b73996884f
4 changed files with 145 additions and 68 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
docker build -t ubuntu-ssh .
docker run -d -p 22:22 ubuntu-ssh
docker run -d -p 2222:22 ubuntu-ssh