added more logging functions and useSSHagent

This commit is contained in:
2022-11-22 23:20:08 -06:00
parent 0ee7267a18
commit e937259b0f
2 changed files with 37 additions and 2 deletions

View File

@ -11,6 +11,7 @@ import (
type Host struct {
Empty bool
Host string
UseSSHAgent bool
HostName string
Port uint16
PrivateKeyPath string