Parcourir la source

Merge pull request #19 from TimJones/patch-1

Allow newline after ListenAddress
master
Nitin Madhok il y a 10 ans
Parent
révision
1542a3592f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Voir le fichier

@@ -50,7 +50,7 @@
# What ports, IPs and protocols we listen for
{{ option('Port', 22) }}
# Use these options to restrict which interfaces/protocols sshd will bind to
{{ option('ListenAddress', ['::', '0.0.0.0']) -}}
{{ option('ListenAddress', ['::', '0.0.0.0']) }}
{{ option_default_uncommented('Protocol', 2) }}

# HostKeys for protocol version 2

Chargement…
Annuler
Enregistrer