【备忘录】配置ssh公钥登录
cat idrsa.pub >> ~/.ssh/authorized_keys
vim /etc/ssh/sshd_config
service sshd restart
config:
RSAAuthentication yes
PubkeyAuthentication yes
PermitRootLogin yes #root 用户能否通过 SSH 登录
PasswordAuthentication no #禁用密码登录
cat idrsa.pub >> ~/.ssh/authorized_keys
vim /etc/ssh/sshd_config
service sshd restart
config:
RSAAuthentication yes
PubkeyAuthentication yes
PermitRootLogin yes #root 用户能否通过 SSH 登录
PasswordAuthentication no #禁用密码登录
· [翻译] 为什么 Tracebit 用 C# 开发
· 腾讯ima接入deepseek-r1,借用别人脑子用用成真了~
· Deepseek官网太卡,教你白嫖阿里云的Deepseek-R1满血版
· DeepSeek崛起:程序员“饭碗”被抢,还是职业进化新起点?
· RFID实践——.NET IoT程序读取高频RFID卡/标签