diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:47:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:51:25 +0200 |
commit | 6a957e7955b66b8d2c9d8fcd9429c0b86283a98f (patch) | |
tree | 0bc2ecd9b0a8360ab56c1659c2e1ae6085731bfc /data/templates | |
parent | d40daeaa4d099bfa9afa4ab2d3a217289aa51100 (diff) | |
download | vyos-1x-6a957e7955b66b8d2c9d8fcd9429c0b86283a98f.tar.gz vyos-1x-6a957e7955b66b8d2c9d8fcd9429c0b86283a98f.zip |
ssh: T2230: remove duplicated HostKey line
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/ssh/sshd_config.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/ssh/sshd_config.tmpl b/data/templates/ssh/sshd_config.tmpl index 5deb5232a..949a8558f 100644 --- a/data/templates/ssh/sshd_config.tmpl +++ b/data/templates/ssh/sshd_config.tmpl @@ -22,7 +22,6 @@ TCPKeepAlive yes Banner /etc/issue.net Subsystem sftp /usr/lib/openssh/sftp-server UsePAM yes -HostKey /etc/ssh/ssh_host_rsa_key # Specifies whether sshd should look up the remote host name, # and to check that the resolved host name for the remote IP |