inspursoft / board

The "Board" product is a container service platform based on docker + kubernetes, provide cloud solutions for Inspur software group.
MIT License
13 stars 21 forks source link

adminserver 安装board是, ssh端口不是22时, 安装board失败 #1772

Closed guyingyan closed 3 years ago

guyingyan commented 3 years ago

adminserver 安装board是, ssh端口不是22时, 安装board失败

guyingyan commented 3 years ago

image

JackZxj commented 3 years ago

The reason is that the host's security configuration disabled the SSH PasswordAuthentication, and the code only supports PasswordAuthentication. I will fix this bug later.