export interface SSHConnectionData { host: string; user: string; directory: string; }