()
| 19 | ) |
| 20 | |
| 21 | func sshLogger() interfaces.Logger { |
| 22 | return logger.GetGlobalLogger() |
| 23 | } |
| 24 | |
| 25 | // SSHClient wraps SSH connection parameters and provides methods for establishing |
| 26 | // SSH connections to Proxmox nodes and containers. |
no test coverage detected