問題分析
在編譯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
然後再次操作到輸入密碼的時候,輸入你新修改的密碼即可。