I want to make an sftp connection to AWS EC2
I have the same SFTP Connection via Filezilla
host
3.xxxxxx
port
22
Auth:
username and key
user:
ubuntu
Private key:
-----BEGIN RSA PRIVATE KEY-----
xxxxx
-----END RSA PRIVATE KEY-----
I get a filezilla connection. So the data is valid.
I cannot get a connection via make.
Message from make
“All configured authentication methods failed”
What should i do?