问题分析
在编译go-ethereum之后使用puppeth创建私链后,在绑定用户的时候,会出现以下错误:
What’s the login password for root at [email protected]? (won’t be echoed)
ERROR[03-19|13:52:52.594] Server not ready for puppeth err=“ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain”

解决办法
问题是在root用户的时候,ssh的密码不正确,此处的密码默认的是root用户本身的密码,如果不记得密码可修改密码。
sudo passwd
然后再次操作到输入密码的时候,输入你新修改的密码即可。