I would recommend you to re create a set of keys using
ssh-keygen -t rsa -C '<email>'
for a more secure system. Else changing the permissions to something less open would do.
To change permissions, use
chmod 400 ~/.ssh/id_rsa
Related Posts:
- Heroku + node.js error (Web process failed to bind to $PORT within 60 seconds of launch)
- Heroku giving 500 error with little information + Internal Server Error
- Heroku: Your account has reached its concurrent build limit
- Cp: target is not a directory
- Git: How to solve Permission denied (publickey) error when using Git?
- npm ERR cb() never called
- How to enable CORS in flask
- ssh: The authenticity of host ‘hostname’ can’t be established
- Heroku: “No default language could be detected for this app” error thrown for node app
- Heroku: “No default language could be detected for this app” error thrown for node app
- heroku: no default language could be detected for this app
- Heroku + node.js error (Web process failed to bind to $PORT within 60 seconds of launch)
- ssh: The authenticity of host ‘hostname’ can’t be established
- Bundler: You must use Bundler 2 or greater with this lockfile
- First Heroku deploy failed `error code=H10`
- “Key is invalid” message on GitHub
- What is Procfile? and Web and Worker
- What is Procfile? and Web and Worker
- First Heroku deploy failed `error code=H10`
- ‘heroku’ does not appear to be a git repository
- How to solve “sign_and_send_pubkey: signing failed: agent refused operation”?
- Heroku: How to change a Git remote on Heroku
- heroku is giving me Method not allowed
- Github Authentication Failed – … GitHub does not provide shell access
- Understanding Heroku server status 143
- How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install django-heroku using pip
- H14 error in heroku – “no web processes running”
- Git error: “Host Key Verification Failed” when connecting to remote repository
- heroku open – no app specified
- How to add RSA key to authorized_keys file?
- eroku “psql: FATAL: remaining connection slots are reserved for non-replication superuser connections”
- we did not send a packet, disable method
- failed to push some refs to [email protected]
- Heroku “State changed from starting to down Stopping all processes with SIGTERM”
- Uploaded successfully to Heroku Local but getting 503 error once pushed to Heroku live
- WordPress Ninja Forms, Access-Control-Allow-Origin and admin-ajax.php
- “Add correct host key in known_hosts” / multiple ssh host keys per hostname?
- What’s the difference between authorized_keys and authorized_keys2?
- how do you create an ssh key for another user?
- What significance does the user/host at the end of an SSH public key file hold?
- Why does my OpenSSH key fingerprint not match the AWS EC2 console keypair fingerprint?
- How do I validate an RSA SSH public key file (id_rsa.pub)?
- SSH Allow Password For One User, Rest Only Allow Public Keys [duplicate]
- Why is SSH password authentication a security risk?