标签: 服务器安装

4 篇文章

thumbnail
国内服务器
SSH 通过密钥登录 通过MobaXterm生成ssh密钥 先保存生成的私钥到本地 cd .ssh vim authorized_keys 粘贴生成的公钥 chmod 600 authorized_keys chmod 700 ~/.ssh 设置ssh vim /etc/ssh/sshd_config RSAAuthentication yes PubkeyAuthentication yes P…
thumbnail
Debian11
su root账号 su 更改系统源 cp -a /etc/apt/sources.list /etc/apt/sources.list.bak nano /etc/apt/sources.list deb http://repo.huaweicloud.com/debian/ bullseye main deb-src http://repo.huaweicloud.com/debian/ bu…