Skip to content

Commit f42b679

Browse files
committed
fix: rename curl command and add pipe instructions
1 parent 19550ef commit f42b679

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ Repo for containing all of my scripts or snippets that can be useful in any lang
55
| Folder Name | Description |
66
|--------------|----------------------|
77
| `kubernetes` | Kubernetes Resources |
8-
| `typescript` | TypeScript Resources |
8+
| `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

Comments
 (0)