Return error when ssh key does not exist

This commit is contained in:
Dan Sosedoff
2019-11-02 11:36:31 -05:00
parent f2ab51a314
commit 994ceca1d1
2 changed files with 15 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ import (
"fmt"
)
// SSHInfo contains ssh server configuration
type SSHInfo struct {
Host string `json:"host,omitempty"`
Port string `json:"port,omitempty"`