main
Mike Holloway 3 months ago
parent ef318b10e5
commit 0952d68381
  1. 1
      functions.go

@ -22,6 +22,7 @@ func OpenHTTP() *http.Client {
var cli *http.Client
return cli
}
func OpenSSH(dsn string) *ssh.Client {
knownHosts, _ := knownhosts.New("/home/m00t/.ssh/known_hosts")
config := &ssh.ClientConfig{

Loading…
Cancel
Save