bin456789 / reinstall

一键DD/重装脚本 (One-click reinstall OS on VPS)
GNU General Public License v3.0
2.88k stars 478 forks source link

能否支持dd debian的时候(或者其他系统)指定sshd 为rsa登录,公钥从github对应的用户名获取 #134

Open Micah123321 opened 3 months ago

Micah123321 commented 3 months ago

这是实现的具体脚本

https://raw.githubusercontent.com/Micah123321/SSH_Key_Installer/master/key.sh

脚本执行为

apt install -y curl && bash <(curl -fsSL https://ghp.535888.xyz/https://raw.githubusercontent.com/Micah123321/SSH_Key_Installer/master/key.sh) -og micah123321 -d micah123321 为我的github用户名 这个用户自己输入自己的就行

Micah123321 commented 3 months ago

我觉得默认密码123@@@如果没有及时更改的话,容易被暴力破解

bin456789 commented 3 months ago

有计划,迟点再搞