Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSHConfig ¶
func NewSSHConfig(checkHostKey bool, knownHostsFile, privateKeyFile, remoteUser string) (ssh.ClientConfig, error)
NewSSHConfig: take in some common arguments and return an already-populated ssh.ClientConfig
Types ¶
type SyncLogger ¶
func (*SyncLogger) Error ¶
func (l *SyncLogger) Error(msg string)
func (*SyncLogger) Fatal ¶
func (l *SyncLogger) Fatal(msg string)
func (*SyncLogger) Info ¶
func (l *SyncLogger) Info(msg string)
Click to show internal directories.
Click to hide internal directories.