- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
通过命令
ssh -v root@10.10.90.204
查看ssh的调试信息,发现时间消耗较长的步骤为:
debug1: Next authentication method: gssapi-with-mic
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
解决办法:
1、将目标机器的ip和主机名添加到本机的/etc/hosts里面,例如:
10.10.90.204 node4
2、修改/etc/ssh/ssh_config,将GSSAPIAuthentication yes,修改为GSSAPIAuthentication no。
售前咨询
售后咨询
备案咨询
二维码
TOP