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
2 changes: 2 additions & 0 deletions data/Amazon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/libexec/openssh/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/Archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'sshd.service'
ssh::sftp_server_path: '/usr/lib/ssh/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
KbdInteractiveAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/Darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'com.openssh.sshd'
ssh::sftp_server_path: '/usr/libexec/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
3 changes: 3 additions & 0 deletions data/Debian_10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
3 changes: 3 additions & 0 deletions data/Debian_11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
3 changes: 3 additions & 0 deletions data/Debian_12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ssh::server::default_options:
KbdInteractiveAuthentication: 'no'
3 changes: 3 additions & 0 deletions data/Debian_8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
3 changes: 3 additions & 0 deletions data/Debian_9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/DragonFly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/libexec/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/Gentoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/lib64/misc/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
KbdInteractiveAuthentication: 'no'
2 changes: 1 addition & 1 deletion data/OpenBSD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/libexec/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
KbdInteractiveAuthentication: 'no'
X11Forwarding: 'yes'
PrintMotd: 'no'
AcceptEnv: 'LANG LC_*'
Expand Down
2 changes: 2 additions & 0 deletions data/RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/libexec/openssh/sftp-server'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/SLES.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
ssh::server::service_name: 'sshd'
ssh::sftp_server_path: '/usr/lib/ssh/sftp-server'
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/SmartOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::service_name: 'svc:/network/ssh:default'
ssh::sftp_server_path: 'internal-sftp'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
2 changes: 2 additions & 0 deletions data/Suse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ssh::server::sshd_environments_file: '/etc/sysconfig/ssh'
ssh::server::service_name: 'sshd'
ssh::client::ssh_config: '/etc/ssh/ssh_config'
ssh::server::host_priv_key_group: 0
ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
1 change: 0 additions & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ssh::server::issue_net : '/etc/issue.net'
ssh::knownhosts::collect_enabled : true

ssh::server::default_options:
ChallengeResponseAuthentication: 'no'
X11Forwarding: 'yes'
PrintMotd: 'no'
AcceptEnv: 'LANG LC_*'
Expand Down
Loading