diff --git a/.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json b/.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json new file mode 100644 index 0000000..7dcf5b2 --- /dev/null +++ b/.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json @@ -0,0 +1 @@ +{"path":"Attachments/Pasted image 20250922115441.png","text":"Configuring openssh-server ——— /etc/ssh/sshd_config root.root 0644 2022-04-19 08:55:02 +++ /tmp/tmp.H13evHHqMf root.root 0644 2025-09-22 11:53:33 @@ -10,6 +10,8 @@ # possible, but leave them commented. Uncommented options override the # default value. +Include /etc/ssh/sshd_config.d/*.conf + #Port 22 #AddressFamily any #ListenAddress 0.0.0.0 @@ -29,6 +31,7 @@ # Authentication: #LoginGraceTime 2m +PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 @@ -52,6 +55,7 @@ #IgnoreRhosts yes # To disable tunneled clear text passwords, change to no here! +#PasswordAuthentication yes #PermitEmptyPasswords no # Change to yes to enable challenge-response passwords (beware issues with @@ -73,8 +77,11 @@ <0k>","libVersion":"0.3.2","langs":"deu+eng+fra"} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f338be0..371edf6 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -495,6 +495,7 @@ }, "active": "8340cc400aabd495", "lastOpenFiles": [ + "Attachments/Pasted image 20250922115441.png", "Temporary/Untitled 15.md", "Temporary/Webapp - Chirp Log Review.md", "0 Journal/0 Daily/2025-09-19.md", @@ -521,7 +522,6 @@ "Temporary/Drone Regulations Requirements.md", "0 Journal/0 Daily/2025-09-10.md", "7 People/0_People.base", - "Temporary/Untitled 13.md", "Attachments/Belts, Suspenders.mp3", "Attachments/image 21.jpg", "Attachments/Pasted image 20250721142129.png", diff --git a/99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md b/99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md index 2130d0a..f015bb8 100644 --- a/99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md +++ b/99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md @@ -693,7 +693,53 @@ server { ``` +``` + +Configuration file '/etc/systemd/resolved.conf' + ==> Modified (by you or by a script) since installation. + ==> Package distributor has shipped an updated version. + What would you like to do about it ? Your options are: + Y or I : install the package maintainer's version + N or O : keep your currently-installed version + D : show the differences between the versions + Z : start a shell to examine the situation + The default action is to keep your current version. +*** resolved.conf (Y/I/N/O/D/Z) [default=N] ? d +--- /etc/systemd/resolved.conf 2022-04-19 08:55:09.981114632 +0200 ++++ /etc/systemd/resolved.conf.dpkg-new 2025-06-26 02:44:53.000000000 +0200 +@@ -12,13 +12,19 @@ + # See resolved.conf(5) for details + + [Resolve] +-DNS=46.38.225.230 46.38.252.230 2a03:4000:8000::fce6 2a03:4000:0:1::e1e6 ++# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: ++# Cloudflare: 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001 ++# Google: 8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 ++# Quad9: 9.9.9.9 2620:fe::fe ++#DNS= + #FallbackDNS= + #Domains= +-LLMNR=no +-MulticastDNS=no +-DNSSEC=allow-downgrade +-DNSOverTLS=no +-Cache=yes +-DNSStubListener=yes +-ReadEtcHosts=yes ++#DNSSEC=no ++#DNSOverTLS=no ++#MulticastDNS=yes ++#LLMNR=yes ++#Cache=yes ++#DNSStubListener=yes ++#DNSStubListenerExtra= ++#ReadEtcHosts=yes ++#ResolveUnicastSingleLabel=no + +Configuration file '/etc/systemd/resolved.conf' +``` +![[Pasted image 20250922115441.png]] # Footnotes [^1]: An A record **maps a domain name to the IP address (Version 4) of the computer hosting the domain**. An A record uses a domain name to find the IP address of a computer connected to the internet. The A in A record stands for Address. \ No newline at end of file diff --git a/Attachments/Pasted image 20250922115441.png b/Attachments/Pasted image 20250922115441.png new file mode 100644 index 0000000..97b9366 Binary files /dev/null and b/Attachments/Pasted image 20250922115441.png differ