quicssh provides SSH over QUIC protocol. Faster and more reliable SSH connections using QUIC transport.
Quick Start
Passthrough to quicssh CLI
sc quicssh _ <quicssh-args>
Key Features
QUIC Protocol: SSH over QUIC for faster connections
Improved Reliability: Better network performance
Client/Server: Both client and server modes
SSH Compatible: Drop-in replacement for SSH
Installation
go install github.com/moul/quicssh/cmd/quicssh@latest
Usage Examples
Connect to server
quicssh user@host
Server mode
quicssh server
Custom port
quicssh user@host --port 443
With key
quicssh user@host --key ~/.ssh/id_rsa
Notes
Run quicssh --help to see all available options
QUIC provides better performance over unreliable networks
Can be used as a drop-in replacement for SSH
1---2name: quickstart-12243description: quicssh - SSH over QUIC4---5# quicssh - SSH over QUIC67## Overview8quicssh provides SSH over QUIC protocol. Faster and more reliable SSH connections using QUIC transport.910## Quick Start1112### Passthrough to quicssh CLI13```bash14sc quicssh _ <quicssh-args>15```1617## Key Features1819- **QUIC Protocol**: SSH over QUIC for faster connections20- **Improved Reliability**: Better network performance21- **Client/Server**: Both client and server modes22- **SSH Compatible**: Drop-in replacement for SSH2324## Installation2526```bash27go install github.com/moul/quicssh/cmd/quicssh@latest28```2930## Usage Examples3132### Connect to server33```bash34quicssh user@host35```3637### Server mode38```bash39quicssh server40```4142### Custom port43```bash44quicssh user@host --port 44345```4647### With key48```bash49quicssh user@host --key ~/.ssh/id_rsa50```5152## Notes5354- Run `quicssh --help` to see all available options55- QUIC provides better performance over unreliable networks56- Can be used as a drop-in replacement for SSH
Run npx skillmds@latest add javimosch/quickstart-1224 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
quicssh - SSH over QUIC It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.