2024-01-06 08:15:52 +01:00
|
|
|
# openssh
|
|
|
|
|
2024-01-06 08:15:55 +01:00
|
|
|
SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine.
|
|
|
|
It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
|
|
|
|
X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
|
|
|
|
|