Quickstart

quicssh - SSH over QUIC

javimosch Updated

File contents

quicssh - SSH over QUIC

Overview

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

javimosch/supercli/tree/main/plugins/quicssh/skills/quickstart commit 2f3a51b224

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-1224