docker-ssh-env-config
docker-ssh-env-config copied to clipboard
Remove support for DSA keys
- OpenSSH has removed support for DSA keys and they no longer work in the latest versions: https://lwn.net/Articles/958048/
I considered throwing an error if the DSA env var is set, not sure what the expectations would be in that case but it might help folks if they are still using DSA keys? 🤷