How to avoid having to enter your username and password every time with git push-Ssh connection

To git push from Cloud9 I tried to find out that I was asked for a user name and password every time (Thanks to the author of the article below)

Solution for the problem of being asked for the git password every time-Qiita

Try setting it once in the terminal of the local environment I tried push from Cloud 9 but the authentication did not work

Key registration must be done for each device

Even if it is already set in the local environment If you repeat the same procedure on Cloud9, you can connect to SSH.

I knew how the authentication key works, key? Click here

Procedure for ssh connection on GitHub ~ From generation of public / private key ~ --Qiita

About the mechanism of SSH

What programmers should know about SSH-Qiita

Recommended Posts

How to avoid having to enter your username and password every time with git push-Ssh connection
How to enable submit button every time with jquery
[Ruby on Rails] How to log in with only your name and password using the gem devise
Git and GitHub ~ How to fix common errors ~
How to give your image to someone with docker
How to build API with GraphQL and Rails
How to avoid exceptions with Java's equals method