golang.org/x/crypto/ssh 使用問題

lucyne發表於2016-11-22

golang.org/x/crypto/ssh

使用以上的這個包,如何在連線後呼叫一個方法,而不是一條命令 PassWd := [] ssh.AuthMethod{ssh.Password(password)} Conf := ssh.ClientConfig{User: user, Auth: PassWd} Client, _ := ssh.Dial("tcp", ip_port, &Conf) defer Client.Close() session, err := Client.NewSession() session.Run(command)

更多原創文章乾貨分享,請關注公眾號
  • golang.org/x/crypto/ssh 使用問題
  • 加微信實戰群請加微信(註明:實戰群):gocnio

相關文章