Azure Fail To Connected
SSH 连接失败排查记录初始状态 客户端: 本地 Windows (OpenSSH 客户端) 服务器: 云平台 Linux 虚拟机 (Azure) 症状: 本地 SSH 客户端连接失败。 已知条件: 云平台自带的 Bastion(网页终端)可以正常登录。 排查模块一:服务器日志分析 问题: sshd 服务日志 (journalctl -u sshd) 显示多条警告和错误。 Deprecated option RhostsRSAAuthentication (及其他 Deprecated 警告) error: Unable to load host key: /etc/ssh/ssh_host_dsa_key 排查过程: 分析 Deprecated 警告:确认这些是 sshd_config 配置文件中的旧配置项,它们是“警告”而非“错误”,服务会忽略它们并正常运行。 分析 Unable to load host key:确认 dsa_key 是一种过时的密钥类型,新系统默认不生成。服务会跳过此密钥,正常加载其他(如 RSA, ED25519)密钥。 结论: 服务器日志中...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment

