SSH_GIT

一、Generating a new SSH key

1、Open Git Bash.

2、Paste the text below, substituting in your GitHub email address.

$ ssh-keygen -t ed25519 -C "1270001737@qq.com"

This creates a new ssh key, using the provided email as a label.
Generating public/private ed25519 key pair.

二、Adding your SSH key to the ssh-agent

start the ssh-agent in the background

$ eval ssh-agent -s

上一篇:centos 设置 ssh超时自动断开链接


下一篇:JuiceSSH_生成密钥_用于sshd登录(图文)