SSH Stuff: Revision history

From Mintarc Forge

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2025

  • curprev 00:1700:17, 20 February 2025 Tommy talk contribs 3,096 bytes +3,096 Created page with "== ssh - Secure Shell for remote system access == ssh is used to securely log into remote systems, execute commands on remote machines, and create encrypted tunnels for various network services. Examples: *ssh user@example.com: Connect to example.com as "user" *ssh -p 2222 user@example.com: Connect using a non-standard port (2222) *ssh -i ~/.ssh/my_key user@example.com: Use a specific private key for authentication *ssh user@example.com 'ls -l /tmp': Execute a command..."