basessh: it's pagure02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9fba0f7ff4
commit
bfc5675848
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op
|
|||
{% endif %}
|
||||
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
{% if not ansible_hostname.startswith(('pkgs01','pagure01')) %}
|
||||
{% if not ansible_hostname.startswith(('pkgs01','pagure02')) %}
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
{% endif %}
|
||||
|
||||
HostCertificate /etc/ssh/ssh_host_rsa_key-cert.pub
|
||||
{% if not ansible_hostname.startswith(('pkgs01','pagure01')) %}
|
||||
{% if not ansible_hostname.startswith(('pkgs01','pagure02')) %}
|
||||
HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue