pub async fn install( ssh_port: u16, key_dir: Option<PathBuf>, relay_url: Vec<String>, extra_relay_url: Vec<String>, ) -> Result<()>