🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Linux Beginner

What is SSH (Secure Shell)?

A cryptographic network protocol for secure remote login and command execution over an unsecured network.

SSH provides encrypted communication between two computers. It replaces insecure protocols like Telnet and rlogin. SSH uses public-key cryptography for authentication and symmetric encryption for data transfer.

Common uses include remote server management, file transfer (via SCP/SFTP), port forwarding, and tunneling. The default port is 22.

Related Terms

Environment Path
The PATH variable that tells the shell which directories to search when looking for executable commands.
Network Namespace
A Linux kernel feature that provides isolated network stacks with independent interfaces, routing tables, and firewall rules.
Crontab Syntax
The time specification format used in cron job scheduling, with five fields defining minute, hour, day of month, month, and day of week.
Nftables
The modern Linux packet filtering framework that replaces iptables with a unified, more efficient rule-processing architecture.
Disk Quota
A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.
Find
A powerful command for searching files and directories based on various criteria like name, size, type, and modification time.
View All Linux Terms →