Skip to content

Commit

Permalink
Merge pull request #9 from mwmahlberg/hotfix/1.2.2
Browse files Browse the repository at this point in the history
Hotfix/1.2.2
  • Loading branch information
mwmahlberg authored Jul 20, 2020
2 parents 836b277 + cbebb2e commit 4d63923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
---
<!-- TOC START min:2 max:3 link:true update:true -->
- [Motivation](#motivation)
Expand Down
2 changes: 1 addition & 1 deletion tasks/server_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 4d63923

Please sign in to comment.