diff --git a/README.md b/README.md index a60fee7..4371c95 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -[![GitHub license](https://img.shields.io/github/license/mwmahlberg/ansible-role-sssh.svg)](https://github.com/mwmahlberg/ansible-role-sssh/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mwmahlberg/ansible-role-sssh.svg?branch=master)](https://travis-ci.org/mwmahlberg/ansible-role-sssh) +ansible-role-sssh +================= -# ansible-role-sssh +[![GitHub license](https://img.shields.io/github/license/mwmahlberg/ansible-role-sssh.svg)](https://github.com/mwmahlberg/ansible-role-sssh/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mwmahlberg/ansible-role-sssh.svg?branch=master)](https://travis-ci.org/mwmahlberg/ansible-role-sssh) ![GitHub issues](https://img.shields.io/github/issues-raw/mwmahlberg/ansible-role-sssh) Ansible role for a Secure OpenSSH configuration. +> :warning: All versions prior to 1.2.2 contain a [bug which causes both the ED25519 and RSA key files to contain ED25519 keys](https://github.com/mwmahlberg/ansible-role-sssh/issues/8). +> +> You should update immediately. + --- - [Motivation](#motivation) diff --git a/tasks/server_keys.yml b/tasks/server_keys.yml index a933515..2e94fb0 100644 --- a/tasks/server_keys.yml +++ b/tasks/server_keys.yml @@ -59,6 +59,6 @@ - name: Generate new ssh keys (rsa) openssh_keypair: - type: ed25519 + type: rsa path: /etc/ssh/ssh_host_rsa_key size: "{{ sssh_rsa_key_size }}" \ No newline at end of file