Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
bubblev
/
bubble
Obserwuj
9
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
130
Wiki
Aktywność
Przeglądaj źródła
re-enable proper ssh port in iptables after algo overwrites
tags/v1.2.1
Jonathan Cobb
4 lat temu
rodzic
929571af24
commit
ca95a31f7a
1 zmienionych plików
z
12 dodań
i
1 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+12
-1
bubble-server/src/main/resources/ansible/roles/algo/tasks/algo_firewall.yml
+ 12
- 1
bubble-server/src/main/resources/ansible/roles/algo/tasks/algo_firewall.yml
Wyświetl plik
@@ -3,7 +3,7 @@
#
# Insert additional firewall rules to allow required services to function
# Insert them all on rule_num 5, and insert them in reverse order here:
- name: Allow SSH
- name: Allow SSH
tarpit
iptables:
chain: INPUT
protocol: tcp
@@ -11,6 +11,17 @@
ctstate: NEW
syn: match
jump: ACCEPT
comment: Accept new SSH tarpit connections
become: yes
- name: Allow SSH
iptables:
chain: INPUT
protocol: tcp
destination_port: 1202
ctstate: NEW
syn: match
jump: ACCEPT
comment: Accept new SSH connections
become: yes
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz