I am having an issue which might be similar to this.
I have some python code that I want to send to a server via SSH. The test are passing, and I obviously need to add the SSH key to CircleCI. The problem is that when I paste my private key, and hit “Add SSH Key”, the button just goes to “Saving…” for a couple of seconds, then reads “Failed”.
I am almost sure I am doing everything right, I am copying the key from -----BEGIN RSA PRIVATE KEY----- to -----END RSA PRIVATE KEY-----, and I generate it using ssh-keygen -t rsa -b 4096 -C "myemail@example.com". Is it supported? Should I change the way I generate it or is it just a temporary bug?