tabby-connections

Configure and centralize SSH, serial, and Telnet connections in Tabby.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nthplusio/functional-claude --skill tabby-connections
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabby-connections
Source: https://github.com/nthplusio/functional-claude/tree/main/plugins/tabby-dev/skills/tabby-connections
Command: npx skills add https://github.com/nthplusio/functional-claude --skill tabby-connections

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tabby users need to configure, manage, and share SSH, serial, and Telnet connections across workspaces. This skill provides a structured approach to saving connection profiles, handling authentication, and organizing devices into groups for quick access.

Core Features & Use Cases

  • SSH Profile Configuration: Save host, port, user, authentication, and optional group for quick access.
  • Serial & Telnet Connections: Manage serial ports and Telnet sessions with standard settings and session history.
  • Jump Hosts & Port Forwarding: Configure ProxyJump-like paths and forward ports to reach internal networks from Tabby.
  • Connection Management: Grouping, searching, and editing connections, plus auto-reconnect and agent forwarding where supported.

Quick Start

Open Tabby > Connections. Create an SSH connection with host, port, and user; choose an authentication method (password, publicKey, or agent) and save as "Production Server". Add a Jump Host connection or configure Jump Host on the SSH entry. Add a Port Forwarding rule if needed. Create a Serial connection for a device port and adjust baud rate and other options as required.

Frequently Asked Questions about tabby-connections

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

FAQPage Schema
How do I configure SSH connections with jump hosts and port forwarding in Tabby?

To configure SSH connections in Tabby, create a profile with host, port, and user, then set a jumpHost and define forwardedPorts to route traffic through intermediate servers and reach internal networks.

Can I manage serial and Telnet sessions alongside SSH in Tabby?

Yes, Tabby supports managing serial and Telnet sessions alongside SSH, allowing you to define serial port settings like baud rate and maintain Telnet session history within the same interface.

What is the best way to organize multiple Tabby connection profiles?

The best way to organize Tabby connection profiles is by assigning them to groups, which enables structured, group-based organization and quick searching across saved SSH, serial, and Telnet configurations.

What authentication methods are supported for SSH profiles in Tabby?

Tabby SSH profiles support multiple authentication methods including passwords, public keys, and agent forwarding, giving you flexible options for secure server access.

Does Tabby support YAML-based configurations for deploying connection profiles?

Yes, Tabby supports YAML-based configurations for connection profiles, enabling you to centralize, edit, and deploy SSH, serial, and Telnet settings across different workspaces.