fix: make runtime dir relative

This commit is contained in:
Nikolaos Kakouros 2023-08-24 13:48:30 +00:00 committed by Jakub Jelen
parent 66785690fa
commit d6abe9c032
9 changed files with 9 additions and 9 deletions

View file

@ -12,4 +12,4 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -13,4 +13,4 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -13,4 +13,4 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -34,4 +34,4 @@ __sshd_defaults:
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -36,4 +36,4 @@ __sshd_defaults:
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -12,4 +12,4 @@ __sshd_defaults:
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -13,4 +13,4 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -12,4 +12,4 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp /usr/lib/openssh/sftp-server"
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd

View file

@ -17,7 +17,7 @@ __sshd_defaults:
AcceptEnv: LANG LC_*
Subsystem: "sftp /usr/lib/openssh/sftp-server"
__sshd_runtime_directory: /run/sshd
__sshd_runtime_directory: sshd
__sshd_drop_in_dir_mode: '0755'
__sshd_main_config_file: /etc/ssh/sshd_config