2025年1月1日

摘要: 问题现象是,使用mobaxterm登录ubuntu24.04后台失败。 mobaxterm上提示 Server refused our key No supported authentication methods available (server sent: publickey) 启用sshd最 阅读全文
posted @ 2025-01-01 14:31 大海虞塘 阅读(655) 评论(0) 推荐(0)

2019年6月14日

摘要: 1 bool is_ipv4_str(const char* ipv4) 2 { 3 if (!ipv4 || !ipv4[0]) { 4 return false; 5 } 6 7 size_t len = strlen(ipv4); 8 if (len MAX_IPV4_LEN) { 9 return fa... 阅读全文
posted @ 2019-06-14 01:12 大海虞塘 阅读(964) 评论(0) 推荐(0)