Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ known to work on many, many platforms since its creation in 2010.
* Debian 10
* Debian 11
* Debian 12
* Debian 13
* EL 7
* EL 8
* EL 9
Expand Down
3 changes: 1 addition & 2 deletions data/os/Debian/11.yaml → data/os/Debian.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Debian 11 defaults in alphabetical order per class
# Debian defaults in alphabetical order per class
ssh::gss_api_authentication: 'yes'
ssh::hash_known_hosts: 'yes'
ssh::host: '*'
Expand All @@ -9,7 +9,6 @@ ssh::packages:
ssh::send_env:
- 'LANG'
- 'LC_*'

ssh::server::accept_env:
- 'LANG'
- 'LC_*'
Expand Down
24 changes: 0 additions & 24 deletions data/os/Debian/12.yaml

This file was deleted.

1 change: 0 additions & 1 deletion data/os/Ubuntu/24.04.yaml → data/os/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ssh::packages:
ssh::send_env:
- 'LANG'
- 'LC_*'

ssh::server::accept_env:
- 'LANG'
- 'LC_*'
Expand Down
15 changes: 0 additions & 15 deletions data/os/Ubuntu/20.04.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
# Ubuntu 20.04 defaults in alphabetical order per class
ssh::forward_x11_trusted: 'yes'
ssh::gss_api_authentication: 'yes'
ssh::hash_known_hosts: 'yes'
ssh::host: '*'
ssh::include: '/etc/ssh/ssh_config.d/*.conf'
ssh::packages:
- 'openssh-client'
ssh::send_env:
- 'LANG'
- 'LANGUAGE'
Expand Down Expand Up @@ -50,20 +44,11 @@ ssh::server::gss_api_cleanup_credentials: 'yes'
ssh::server::hostbased_authentication: 'no'
ssh::server::ignore_rhosts: 'yes'
ssh::server::ignore_user_known_hosts: 'no'
ssh::server::include: '/etc/ssh/sshd_config.d/*.conf'
ssh::server::login_grace_time: 120
ssh::server::packages:
- 'openssh-server'
ssh::server::password_authentication: 'yes'
ssh::server::permit_root_login: 'yes'
ssh::server::port:
- 22
ssh::server::print_motd: 'no'
ssh::server::pubkey_authentication: 'yes'
ssh::server::service_name: 'ssh'
ssh::server::subsystem: 'sftp /usr/lib/openssh/sftp-server'
ssh::server::syslog_facility: 'AUTH'
ssh::server::use_dns: 'yes'
ssh::server::use_pam: 'yes'
ssh::server::x11_forwarding: 'yes'
ssh::server::x11_use_localhost: 'yes'
25 changes: 0 additions & 25 deletions data/os/Ubuntu/22.04.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11",
"12"
"12",
"13"
]
},
{
Expand Down