Sets88 / ssh-crypt

This tool helps you to keep passwords inside your shell scripts safely
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Add Unit test and filter for ssh keys #1

Closed jynolen closed 3 years ago

jynolen commented 3 years ago

Hello, I made this PR for multiple reason

  1. Have a way to specify which ssh key to used (Usecase : multiple key for multiple env)
  2. Restrict to only use RSA key becase DSS ECDSA etc. send different value for signing
  3. Have some unittesting