7 lines
356 B
Markdown
7 lines
356 B
Markdown
# openssh
|
|
|
|
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.
|
|
|