vault backup: 2025-09-22 12:04:45
Affected files: .obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json .obsidian/workspace.json 99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md Attachments/Pasted image 20250922115441.png
This commit is contained in:
1
.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json
vendored
Normal file
1
.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json
vendored
Normal file
@@ -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"}
|
||||||
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -495,6 +495,7 @@
|
|||||||
},
|
},
|
||||||
"active": "8340cc400aabd495",
|
"active": "8340cc400aabd495",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Attachments/Pasted image 20250922115441.png",
|
||||||
"Temporary/Untitled 15.md",
|
"Temporary/Untitled 15.md",
|
||||||
"Temporary/Webapp - Chirp Log Review.md",
|
"Temporary/Webapp - Chirp Log Review.md",
|
||||||
"0 Journal/0 Daily/2025-09-19.md",
|
"0 Journal/0 Daily/2025-09-19.md",
|
||||||
@@ -521,7 +522,6 @@
|
|||||||
"Temporary/Drone Regulations Requirements.md",
|
"Temporary/Drone Regulations Requirements.md",
|
||||||
"0 Journal/0 Daily/2025-09-10.md",
|
"0 Journal/0 Daily/2025-09-10.md",
|
||||||
"7 People/0_People.base",
|
"7 People/0_People.base",
|
||||||
"Temporary/Untitled 13.md",
|
|
||||||
"Attachments/Belts, Suspenders.mp3",
|
"Attachments/Belts, Suspenders.mp3",
|
||||||
"Attachments/image 21.jpg",
|
"Attachments/image 21.jpg",
|
||||||
"Attachments/Pasted image 20250721142129.png",
|
"Attachments/Pasted image 20250721142129.png",
|
||||||
|
|||||||
@@ -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
|
# 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.
|
[^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.
|
||||||
BIN
Attachments/Pasted image 20250922115441.png
Normal file
BIN
Attachments/Pasted image 20250922115441.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Reference in New Issue
Block a user