1
0
This commit is contained in:
Emil Williams 2025-04-18 17:12:50 -06:00
parent e5b3b553cb
commit 5d85dc2a5d
Signed by: Emil Williams
GPG Key ID: 9489B46C65132B52

@ -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.