We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19550ef commit f42b679Copy full SHA for f42b679
README.md
@@ -5,4 +5,15 @@ Repo for containing all of my scripts or snippets that can be useful in any lang
5
| Folder Name | Description |
6
|--------------|----------------------|
7
| `kubernetes` | Kubernetes Resources |
8
-| `typescript` | TypeScript Resources |
+| `typescript` | TypeScript Resources |
9
+
10
11
+# SSH Updater Curl Pipe into Sudo
12
+In order to directly update a linux system with an affected CVE for SSH you can use the following dangerous `curl pipe
13
14
+> [!WARNING]
15
+> This is dangerous and should be used with care
16
17
+```bash
18
+sudo curl https://raw.githubusercontent.com/txj-xyz/code/main/bash/ssh-updater.sh | sudo bash
19
+```
0 commit comments