Browse Source

add sftp server to ssh_server (fix openwrt)

python3
Andrea Cimbalo 8 years ago
parent
commit
a9843f63f5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/ssh_server/tasks/main.yaml

+ 1
- 0
roles/ssh_server/tasks/main.yaml View File

@ -4,6 +4,7 @@
service_name: ssh
service_packages:
- openssh-server
- openssh-sftp-server
- name: Check if host certificate exists
stat:


Loading…
Cancel
Save