issues
search
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
Have a way to specify which ssh key to used (Usecase : multiple key for multiple env)
Restrict to only use RSA key becase DSS ECDSA etc. send different value for signing
Have some unittesting
Hello, I made this PR for multiple reason