Ganesh (SGAT)

Results 4 comments of Ganesh (SGAT)

Usually ```no start line``` error indicates that the PEM file is missing the indicator that the key portion has begun. Just try ```openssl rsa -in ~/.ssh/id_rsa -outform pem``` and see...

I encountered the same error. My guess is rsync used by ssh-deploy supports RSA key pair and not ED25519 key pair. I tried creating a new RSA key and it...

Check whether you are able to connect to your remote host ([email protected]) via ssh using your ssh key. If that's the case, the problem might be with your instance (may...

@dwinurhadia I faced a similar issue. Seems like ssh-deploy supports only RSA and not ed25519. Mods and admins, Please correct me if I am wrong I tried creating a new...