added the why to use some stuff and gitignore

This commit is contained in:
2025-01-27 19:11:51 +01:00
parent f3d04a368d
commit 54c2b78de6
4 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# SSH config files
## brief
This is the first time for me using ssh config files so that's why this is a seperate file.
## Why use ssh config files?
SSH config files are nice to have when you need to connect to multiple servers and don't wanna type the entire an entire serveradress and username.
## What can you do with ssh config files
In SSH config files you can describe how connections should be handled and with which keys you want to use to log in onto a specific server and much more.