Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 910af16

Browse files
committed
Add SSH chapter
1 parent 16f738f commit 910af16

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/linux/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ their administration tools, extra services, and price.
131131
commands
132132
filesys
133133
users
134+
ssh

src/linux/ssh.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*******************************************************************************
2+
(SSH) Secure Shell
3+
*******************************************************************************
4+
5+
The :abbr:`SSH (Secure Shell)` Protocol is a network protocol for secure data
6+
communication and remote command execution. It is a cryptographic network
7+
protocol for operating network services securely over an unsecured network. Its
8+
most notable applications are remote login and command-line execution.
9+
10+
SSH uses public-key cryptographic to authenticate the remote computer and allow
11+
it to authenticate the user, if necessary.

0 commit comments

Comments
 (0)