mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
support OpenSSH key format (#171)
* Make up for LF in last line of SSH key file * refactor insertLf() * add test for OpenSSH format * add PKCS8 format * apply to other virtual machines * update README * update CHANGELOG Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
This commit is contained in:
parent
026e5f82bf
commit
e83b5ac86d
10 changed files with 261 additions and 52 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
### Added
|
||||
|
||||
* Support Docker container (thanks [@kujaomega](https://github.com/kujaomega))
|
||||
* Support PKCS8/RFC4716 formats (thanks [@tats-u](https://github.com/tats-u))
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue