摘要: package main import ( "fmt" "golang.org/x/crypto/ssh" "log") func main(){ sshconfig := ssh.ClientConfig{ User: "用户名", Auth: []ssh.AuthMethod{ssh.Passw 阅读全文
posted @ 2022-10-13 11:31 ReevesMeng 阅读(99) 评论(0) 推荐(0) 编辑