Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
ssh
Secure Shell remote login
Syntax
ssh [OPTION]... [USER@]HOSTNAME [COMMAND]Common Options
-pSpecify port-iSpecify identity file-vVerbose mode-XEnable X11 forwarding-NDo not execute remote command-fRun in backgroundCommon Examples
ssh user@hostnameLogin to remote server
ssh -p 2222 user@hostnameLogin with specific port
ssh -i ~/.ssh/key.pem user@hostnameLogin with key file
ssh user@hostname "ls -la"Execute remote command
Related Tools
More Code & Dev Tools
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Code Share
Create and share code snippets online. Syntax highlighting a...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...