connect

Automate cross-cluster SSH tunnel setup between Great Lakes and Lighthouse.

16|4|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/umich-foreseer/lab-claude-config --skill connect-umich-foreseer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect
Source: https://github.com/umich-foreseer/lab-claude-config/tree/main/shared/skills/connect
Command: npx skills add https://github.com/umich-foreseer/lab-claude-config --skill connect-umich-foreseer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-cluster SSH setup between Great Lakes and Lighthouse, including first-time configuration and automatic reconnection, to simplify secure remote access and maintenance.

Core Features & Use Cases

  • Environment-aware onboarding between clusters with automatic detection
  • First-time setup wizard for credentials, SSH multiplexing, and host configuration
  • Reusable connectivity checks and automated connection maintenance for long-running workflows

Quick Start

Initiate the cross-cluster SSH setup and follow prompts to establish a persistent connection.

Frequently Asked Questions about connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cross-cluster SSH setup between Great Lakes and Lighthouse?

You can automate cross-cluster SSH setup by running an onboarding wizard that detects your environment and configures credentials, SSH multiplexing, and host files for persistent Great Lakes and Lighthouse connectivity.

How do I handle Duo prompts when automating SSH connections to Great Lakes?

To handle Duo prompts during automated SSH connections, a local expect-based helper script manages the interactive credential workflow, automatically responding to multi-factor authentication challenges for seamless access.

Can I maintain a persistent SSH tunnel for long-running data transfers between clusters?

Yes, you can maintain a persistent SSH tunnel using reusable connectivity checks and automated connection maintenance designed to support long-running workflows and routine data transfers between clusters.

Do I need to manually edit SSH config files for cross-cluster access the first time?

No, a first-time setup wizard automatically handles SSH config generation and environment detection, eliminating the need to manually edit configuration files for initial cross-cluster access.

What prerequisites are required to establish a robust SSH tunnel to Lighthouse?

Establishing a robust SSH tunnel requires prerequisite scripts, proper environment setup, existing SSH config files, and an interactive credential workflow managed by a local expect-based helper to handle Duo authentication.

Why does my automated SSH connection drop during long-running diagnostics between clusters?

Automated SSH connections may drop without automated connection maintenance; this setup includes reusable connectivity checks to sustain persistent cross-cluster access for routine operations and diagnostics.