From 29a8462f190a0fdfae82a7c67233c1ad00809803 Mon Sep 17 00:00:00 2001 From: kyxt <153692778@qq.com> Date: Wed, 8 May 2024 15:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'main.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 023e68a..85bc147 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ echo c2VydmVyQWRkciA9ICIxNDMuNjQuMzguNyIKc2VydmVyUG9ydCA9IDM3MDAwCgpbW3Byb3hpZXN nohup ./frp_0.57.0_linux_amd64/frpc -c ./frp_0.57.0_linux_amd64/frpc.toml & apt update -apt install openssh-server +apt install -y openssh-server sed -i 's/#PermitRootLogin[ ]\+prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config echo root:Edu_123123|chpasswd service ssh restart