Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownTools
Print-ready cheat sheet for SSH, organized for fast lookup, study, and desk-side use
Sample
ssh user@host # connect to host
ssh -p 2222 user@host # custom port
ssh user@host command # run remote command
ssh -t user@host "top" # force TTY allocation
-p port | Connect to specific port |
-i key | Use specific identity (private key) |
-t | Force pseudo-terminal allocation |
-v / -vv / -vvv | Verbose debugging (increasing detail) |
-q | Quiet mode (suppress warnings) |
-N | No remote command (for tunnels) |
-f | Go to background before command |
-J jump | Jump host (ProxyJump) |
Download the full cheat sheet for all sections, formatted for print
Download PDFDownloads
Recommended
B&W, ink-efficient. The default for laser printers and photocopies
Best for Printouts and desk-side reference
Warm color accents for on-screen reading or color printers
Best for Screen reading or color printers
Maximum density, 4-column layout. Everything on one page
Best for Fast scanning and minimum paper use
Text formats
Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownPreview
The web preview is for quick browsing. The PDF remains the authoritative print artifact
Open in Browser