Browse Source

added new folder and files for class notes

main
Ken Schaefer 2 years ago
parent
commit
3f88f254d8
  1. 15
      Runbooks/linux.md
  2. 9
      Studying/AZ-900.md

15
Runbooks/linux.md

@ -52,10 +52,15 @@ sudo apt install openssh-server
ssh-keygen ssh-keygen
``` ```
Go to client machine Go to LINUX client machine
``` ```
ssh-keygen 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 <user>@<hostname> "cat >> .ssh/authorized_keys"
``` ```
### Lockdown Logins ### Lockdown Logins
@ -89,7 +94,9 @@ network:
dhcp4: no dhcp4: no
addresses: addresses:
- 192.168.5.50/24 - 192.168.5.50/24
gateway: 192.168.5.99 routes:
-to: default
via: 192.168.5.99
nameservers: nameservers:
addresses: [192.168.5.25] addresses: [192.168.5.25]
@ -162,3 +169,5 @@ sudo systemctl restart fail2ban
sudo fail2ban-client status /* use to review banned */ sudo fail2ban-client status /* use to review banned */
``` ```
## Logging with Prometheus

9
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
Loading…
Cancel
Save