C# 调用Renci.SshNet 的SSH类库,登陆 suse linux系统,如果没有配置,会报错:
Renci.SshNet.Common.SshAuthenticationException: No suitable authentication method found to complete
1、需要root登陆os,配置 /etc/ssh/sshd_config里面的
#PasswordAuthentication no 为 PasswordAuthentication yes
2、然后重启SSH服务:sudo systemctl restart sshd







![[ElasticSearch] ElasticSearch的初识与基本操作](https://i-blog.csdnimg.cn/direct/6fc2cec3a1014fc69ca52e5d2af35f66.png)



![[Protobuf]常见数据类型以及使用注意事项](https://i-blog.csdnimg.cn/direct/7b9edaddb85c4cf9a94c5fdf1f15a5cf.png#pic_center)







