Looks like all golang ssh example online is not working for new ssh golang repo which from "code.google.com/p/go.crypto/ssh"
Finally copy most of code from library’s testing code, and make it work.
This is the result
And I made a easy library to access multi ssh connect.
Just want to say thank you for this. It helped me a lot!