File tree Expand file tree Collapse file tree 3 files changed +53
-2
lines changed Expand file tree Collapse file tree 3 files changed +53
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # Debian 12 defaults in alphabetical order per class
3
+ ssh::gss_api_authentication : ' yes'
4
+ ssh::hash_known_hosts : ' yes'
5
+ ssh::host : ' *'
6
+ ssh::include : ' /etc/ssh/ssh_config.d/*.conf'
7
+ ssh::packages :
8
+ - ' openssh-client'
9
+ ssh::send_env :
10
+ - ' LANG'
11
+ - ' LC_*'
12
+
13
+ ssh::server::accept_env :
14
+ - ' LANG'
15
+ - ' LC_*'
16
+ ssh::server::kbd_interactive_authentication : ' no'
17
+ ssh::server::include : ' /etc/ssh/sshd_config.d/*.conf'
18
+ ssh::server::packages :
19
+ - ' openssh-server'
20
+ ssh::server::print_motd : ' no'
21
+ ssh::server::service_name : ' ssh'
22
+ ssh::server::subsystem : ' sftp /usr/lib/openssh/sftp-server'
23
+ ssh::server::use_pam : ' yes'
24
+ ssh::server::x11_forwarding : ' yes'
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Ubuntu 24.04 defaults in alphabetical order per class
3
+ ssh::gss_api_authentication : ' yes'
4
+ ssh::hash_known_hosts : ' yes'
5
+ ssh::host : ' *'
6
+ ssh::include : ' /etc/ssh/ssh_config.d/*.conf'
7
+ ssh::packages :
8
+ - ' openssh-client'
9
+ ssh::send_env :
10
+ - ' LANG'
11
+ - ' LC_*'
12
+
13
+ ssh::server::accept_env :
14
+ - ' LANG'
15
+ - ' LC_*'
16
+ ssh::server::kbd_interactive_authentication : ' no'
17
+ ssh::server::include : ' /etc/ssh/sshd_config.d/*.conf'
18
+ ssh::server::packages :
19
+ - ' openssh-server'
20
+ ssh::server::password_authentication : ' yes'
21
+ ssh::server::print_motd : ' no'
22
+ ssh::server::service_name : ' ssh'
23
+ ssh::server::subsystem : ' sftp /usr/lib/openssh/sftp-server'
24
+ ssh::server::use_pam : ' yes'
25
+ ssh::server::x11_forwarding : ' yes'
Original file line number Diff line number Diff line change 43
43
{
44
44
"operatingsystem" : " Debian" ,
45
45
"operatingsystemrelease" : [
46
- " 11"
46
+ " 11" ,
47
+ " 12"
47
48
]
48
49
},
49
50
{
86
87
"operatingsystem" : " Ubuntu" ,
87
88
"operatingsystemrelease" : [
88
89
" 20.04" ,
89
- " 22.04"
90
+ " 22.04" ,
91
+ " 24.04"
90
92
]
91
93
}
92
94
],
You can’t perform that action at this time.
0 commit comments