type ServerConfig = { username: string, hostname: string, password: string, port: number, }