配置远程无密登陆ubuntu服务器时无法连接问题排查

配置远程无密登陆ubuntu服务器时无法连接问题排查

登陆端排查

powershell 复制代码
ssh -v 用户名@Ubuntu服务器IP

可能日志输出

powershell 复制代码
debug1: Authentications that can continue: publickey,password

服务器端登陆排查

powershell 复制代码
sudo tail -f /var/log/auth.log

可能日志输出

powershell 复制代码
Authentication refused: bad ownership or modes for directory /data/zjjing
相关推荐
荣合技术服务2 分钟前
Codex 实战:用 AI 写运维脚本
运维·codex
李昊哲小课12 分钟前
Deepin 25 上安装 Docker CE 实战记录
运维·docker·容器·deepin
pingglala19 分钟前
ubuntu-nat模式不能上网解决方法
linux·运维·ubuntu
一技安身1 小时前
【信创】外网aarch64终端安装deepseek Ragflow 迁移至内网银河麒麟服务器
运维·服务器
微软技术分享1 小时前
Ubuntu 本地部署Ollama+OpenWebUI教程
数据库·ubuntu·postgresql
Zixhy1 小时前
多点巡检机器人项目技术总结
linux·c++·机器人·自动驾驶
考虑考虑1 小时前
ElasticSearch索引命令
运维·后端·elasticsearch
雯宝2 小时前
7. USB 网络适配器驱动
linux
rest10242 小时前
使用内存探测bpf
linux
重生之我来学Python3 小时前
Docker套装的简介、安装、超级详细教程
linux·docker·容器·eureka·github