From 3f88f254d881abc2b013d9f101e554975678164c Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Wed, 11 Jan 2023 21:15:31 +0000 Subject: [PATCH] added new folder and files for class notes --- Runbooks/linux.md | 17 +++++++++++++---- Studying/AZ-900.md | 9 +++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 Studying/AZ-900.md diff --git a/Runbooks/linux.md b/Runbooks/linux.md index 438b445..4000b2e 100644 --- a/Runbooks/linux.md +++ b/Runbooks/linux.md @@ -52,10 +52,15 @@ sudo apt install openssh-server ssh-keygen ``` -Go to client machine +Go to LINUX client machine ``` ssh-keygen -ssh-copy-d username@ipaddress +ssh-copy-id username@ipaddress +``` +Windows client +``` +ssh-keygen +Get-Content $env:USERPROFILE\.ssh\id_rsa.pub | ssh @ "cat >> .ssh/authorized_keys" ``` ### Lockdown Logins @@ -89,7 +94,9 @@ network: dhcp4: no addresses: - 192.168.5.50/24 - gateway: 192.168.5.99 + routes: + -to: default + via: 192.168.5.99 nameservers: addresses: [192.168.5.25] @@ -161,4 +168,6 @@ backend = systemd sudo systemctl restart fail2ban sudo fail2ban-client status /* use to review banned */ -``` \ No newline at end of file +``` + +## Logging with Prometheus \ No newline at end of file diff --git a/Studying/AZ-900.md b/Studying/AZ-900.md new file mode 100644 index 0000000..493f7ed --- /dev/null +++ b/Studying/AZ-900.md @@ -0,0 +1,9 @@ +# Microsoft Azure Fundamentals (AZ-900) + +## Cloud Concepts + +## Azure Services and Concepts + +## Azure Security and Privacy Concepts + +## Pricing and Support Options