One key generates SSH secret keys

Necessary to deploy the hexo blog

git_ssh

You need to right-click git bash in the directory where the install.sh script is stored and run the following command:./install.sh git_ssh

./install.sh git_ssh

You can see that there are four commands that can be executed by entering the corresponding number

1)Key

2)SSH

3)Verify-github

4)Verify-coding

1) the secret Key can be generated with one Key after executing 1

If the secret key already exists on your computer, the program will exit automatically

2) after SSH execution 2, you can view the generated secret key in your computer]

3)Verify-github after execution 3, Verify whether the secret key configured github successfully

After implementation of 4, it is possible to check whether the secret key is configured with coding success

After generating the secret key, do not forget to add the secret key to the account, otherwise the secret key will not be configured successfully

Last updated