SSH Config Manager
Organize SSH configurations with host aliases, key management, jump hosts, and connection multiplexing.
Usage
Describe your server infrastructure and this skill will organize your SSH configuration.
Examples
- "Set up SSH config with aliases for my production and staging servers"
- "Configure SSH jump host for accessing private network servers"
- "Enable connection multiplexing to speed up repeated SSH connections"
Guidelines
- Use meaningful host aliases for quick access
- Configure specific identity files per host
- Enable connection multiplexing for frequently accessed hosts
- Use ProxyJump instead of ProxyCommand for modern SSH versions
- Set proper file permissions on SSH config and keys