From 5d85dc2a5d26eff36afb21611fe9a24886770312 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 18 Apr 2025 17:12:50 -0600 Subject: [PATCH] -- --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 097b4ee..898a8bc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ### HOW TO INTO SSH ### -SSH is a connection tool. +SSH is a secure connection tool, usually allowing authorized remote execution. You need a public and private key generated by a command. -This key is used for facilitating connections. +This key is used for facilitating secure connections. SSH has several important files: @@ -87,4 +87,4 @@ You can also do wildcards, this is covered further in the ssh_config(5) manual p ### That's It ### -SSH has a lot of capabilities, but its best and most useful is its simplicity. +SSH has a lot of capabilities, but its best and most useful is simplicity.