peterwishart
peterwishart
I had a similar problem, I fixed it by forcing PEM format for openssh with `ssh-keygen -m PEM` - worked fine with a passphrase. Not sure how you'd convert existing...
Hi Alex. As far as I can tell the problem is due to `ssh-keygen` [changing its default format (and encryption) for private keys](https://www.openssh.com/txt/release-7.8) from OpenSSL PEM format to proprietary OpenSSH...
> @peterwishart how did your investigations go, did you manage to prepare a patch? Hi Alex, I didn't sorry. However I just tried it in ubuntu 20.04 and it worked....
> @peterwishart I've not seen `k3sup install` used, does it just install to localhost? Yes it acts as if ` --ip 127.0.0.1` was passed, and installs locally via `ssh`. It...