package installers
type Credentials struct {
Host string
Port int
Username string
Password string
PrivateKey string
Method string
}