安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Generating a new SSH key and adding it to the ssh-agent
If you want to use a hardware security key to authenticate to GitHub, you must generate a new SSH key for your hardware security key You must connect your hardware security key to your computer when you authenticate with the key pair
- 生成新的 SSH 密钥并将其添加到 ssh-agent - GitHub 文档
可以使用 SSH(安全外壳协议)在 GitHub 上的存储库中访问和写入数据。 通过 SSH 进行连接时,使用本地计算机上的私钥文件进行身份验证。有关详细信息,请参阅“关于 SSH”。 生成 SSH 密钥时,可以添加密码以进一步保护密钥。 每当使用密钥时,都必须输入密码。
- Generación de una nueva clave SSH y adición al agente SSH - GitHub Docs
Una vez que has comprobado las claves SSH existentes, puedes generar una nueva clave SSH para usarla para la autenticación y luego agregarla al ssh-agent
- Gerando uma nova chave SSH e adicionando-a ao agente SSH
Depois de verificar a existência de chaves SSH, é possível gerar uma nova chave SSH para autenticação e adicioná-la ao ssh-agent
- Adding a new SSH key to your GitHub account
To add an SSH key to your GitHub account, use the ssh-key add subcommand, specifying your public key For authentication keys, if you're prompted to request additional scopes, follow the instructions in the command line
- About SSH - GitHub Docs
Using the SSH protocol, you can connect and authenticate to remote servers and services With SSH keys, you can connect to GitHub without supplying your username and personal access token at each visit You can also use an SSH key to sign commits
- Создание нового ключа SSH и его добавление в ssh-agent
Generating a new SSH key You can generate a new SSH key on your local machine After you generate the key, you can add the public key to your account on GitHub com to enable authentication for Git operations over SSH
- Génération d’une nouvelle clé SSH et ajout de celle-ci à ssh-agent
Une fois que vous avez vérifié les clés SSH existantes, vous pouvez générer une nouvelle clé SSH à utiliser pour l’authentification, puis l’ajouter à l’agent ssh
|
|
|