diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 10:46:21 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 10:46:21 -1000 |
commit | 25367dbd35284933a27b3b36fb2e51ad68911c42 (patch) | |
tree | 8a67c9b6dd0c17b37526c382434f7b7948acb776 /data/openssh/sshd_config | |
parent | a026ae99562291a2a72fdfbfef969df80277e827 (diff) |
Update openssh to 7.7p1
Diffstat (limited to 'data/openssh/sshd_config')
-rw-r--r-- | data/openssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/openssh/sshd_config b/data/openssh/sshd_config index 41edb7d47..7276adf09 100644 --- a/data/openssh/sshd_config +++ b/data/openssh/sshd_config @@ -21,7 +21,7 @@ Protocol 2 # HostKey for protocol version 1 -HostKey /etc/ssh/ssh_host_key +# HostKey /etc/ssh/ssh_host_key # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key @@ -38,7 +38,7 @@ HostKey /etc/ssh/ssh_host_dsa_key # Authentication: #LoginGraceTime 2m -#PermitRootLogin yes +PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 |