| 47 | ) |
| 48 | |
| 49 | type SSHRemote struct { |
| 50 | SSHHost string |
| 51 | SSHPort int |
| 52 | SSHUserName string |
| 53 | SSHPassword string |
| 54 | SSHKey string |
| 55 | SSHKeyPassword string |
| 56 | SSHKeyPath string |
| 57 | Connection *ssh.Client |
| 58 | } |
| 59 | |
| 60 | var i18nInstance = i18n.GetInstance() |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected