mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-21 18:40:19 +01:00
proper Subsystem sftp default
(same for RHEL6/7/8)
This commit is contained in:
parent
9a6ad4e5f8
commit
75760559a8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ __sshd_config_file: /etc/ssh/sshd_config.d/00-ansible_system_role.conf
|
|||
__sshd_defaults:
|
||||
Include: /etc/ssh/sshd_config.d/*.conf
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
Subsystem: sftp /usr/libexec/sftp-server
|
||||
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
||||
|
||||
__sshd_verify_hostkeys_default:
|
||||
- /etc/ssh/ssh_host_rsa_key
|
||||
|
|
Loading…
Reference in a new issue