Formatting

This commit is contained in:
Mike Holloway 2024-08-29 03:21:27 -04:00
parent ef318b10e5
commit 0952d68381

View File

@ -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{