go批量登录ssh并执行命令
1 bat_ssh.gopackage main
import (
"bufio"
"fmt"
"golang.org/x/crypto/ssh"
"log"
"os"
阅读全文