This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
kyxt
/
gpunpu
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
2
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
更新 'main.py'
master
kyxt
1 year ago
parent
29a8462f19
commit
4097e87241
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
main.py
+ 3
- 0
main.py
View File
@@ -9,8 +9,11 @@ nohup ./frp_0.57.0_linux_amd64/frpc -c ./frp_0.57.0_linux_amd64/frpc.toml &
apt update
apt install -y openssh-server
sleep 2
sed -i 's/#PermitRootLogin[ ]\+prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config
sleep 2
echo root:Edu_123123|chpasswd
sleep 2
service ssh restart
while :; do sleep 1; done
"""
Write
Preview
Loading…
Cancel
Save