export type Options = { id: number; hostname: string; username: string; password: string; port: number; };