mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
Merge pull request #13 from ricbra/fix_debian_packages
Don't install openssh-sftp-server on Debian
This commit is contained in:
commit
2af5d1dab6
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
sshd_service: ssh
|
||||
sshd_packages:
|
||||
- openssh-server
|
||||
- openssh-sftp-server
|
||||
sshd_config_mode: "0644"
|
||||
sshd_defaults:
|
||||
Port: 22
|
||||
|
|
Loading…
Reference in a new issue