Recently, I tried to connect to Circle CI container via SSH. I usually use ED25519 key to authorize my account on GitHub. Although the container seems not to support ED25519 format, it accepts ECDSA key format.
So, I checked the OpenSSH version on Circle CI container. This version is 5.9p1
. OpenSSH supports ED25519 format after version 6.5
.