Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Kotov cbf3ef3828
Add more platforms 2024-01-24 12:40:34 +04:00
Alex Kotov a853379753
Enable SSH TCPKeepAlive 2024-01-24 12:39:15 +04:00
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ galaxy_info:
- stretch # Debian 9 Stretch
- buster # Debian 10 Buster
- bullseye # Debian 11 Bullseye
- bookworm # Debian 12 Bookworm
- name: Ubuntu
versions:
- xenial # Ubuntu 16.04 LTS Xenial Xerus

View File

@ -27,6 +27,6 @@
- regexp: '^#?X11Forwarding '
line: 'X11Forwarding no'
- regexp: '^#?TCPKeepAlive '
line: 'TCPKeepAlive no'
line: 'TCPKeepAlive yes'
- regexp: '^#?UseDNS '
line: 'UseDNS no'