logman/ssh.go

7 lines
80 B
Go
Raw Normal View History

2019-08-13 09:48:47 -05:00
package main
type sshConnection struct {
Username string
Password []string
}