SSH

From IndieWeb
Revision as of 16:02, 6 September 2024 by Mat.tl (talk | contribs)


ssh is short for Secure SHell, a protocol for remote login, itself used by the scp (Secure CoPy) command, which is used by some IndieWeb community members to update their personal sites.

SSH allows a user to log from their local computer into a remote computer anywhere on the internet. It is a more secure replacement for telnet.

On Windows, Linux or Mac, the ssh client is usually pre-installed. Most people are using OpenSSH from the OpenBSD folks. GNU has its own experimental version, known as GNU lsh but it is not widely used. There are various third-party applications that support SSH on Windows.

SSH servers can accept passwords, or SSH Key Pairs for authentication.

Mosh

Mosh is a replacement for interactive SSH. It handles the inherent latency of poor Wi-Fi, cellular, and long-distance connections better than SSH.

See Also

For more about ssh and scp see: