소스 검색

fix issue sshd won't start if AddressFamily is specified, because it must be defined before ListenAddress

tags/v0.41.0
Simon Pirschel 8 년 전
부모
커밋
2a1b8fbc66
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      openssh/files/sshd_config

+ 4
- 0
openssh/files/sshd_config 파일 보기

@@ -47,6 +47,10 @@
# quick reference.
# See the sshd_config(5) manpage for details

# Specifies which address family should be used by sshd(8).
# Valid arguments are any, inet (use IPv4 only), or inet6 (use IPv6 only)
{{ option('AddressFamily', 'any') }}

# What ports, IPs and protocols we listen for
{{ option('Port', 22) }}
# Use these options to restrict which interfaces/protocols sshd will bind to

Loading…
취소
저장