ubuntu no ssh keys found
2022/1/13 7:08:35
本文主要是介绍ubuntu no ssh keys found,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
首先注册一个Ubuntu账号,还需要SSH密钥,打开终端输入ssh-keygen
生成SSH密钥,输入你的邮箱
和两次密码
,会在C:\Users\xxx
生成一个文件,文件名为“你的邮箱.pub
”,使用记事本打开并复制其中内容,粘贴在 这里,最后点击导入SSH密钥
即可。
C:\Users\xxx>ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (C:\Users\xxx/.ssh/id_rsa): xxx@xxx.com #输入你的邮箱 Enter passphrase (empty for no passphrase): #输入你的密码 Enter same passphrase again: #输入你的密码 Your identification has been saved in xxx@xxx.com. Your public key has been saved in xxx@xxx.com.pub. The key fingerprint is: SHA256:OT0kDxDIYQxtcb+j2hWiwspfm7HzTKxHxfu4eh2g2vg xxx@---- The key's randomart image is: +---[RSA 3072]----+ | .=+++. | | .*. o | | . = . | | % | | . S * | | . ..= = o | | o .o*o. + . | |.. ..*O+ o o | |.....=*Eo.. | +----[SHA256]-----+
这篇关于ubuntu no ssh keys found的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2025-01-11cursor试用出现:Too many free trial accounts used on this machine 的解决方法
- 2025-01-11百万架构师第十四课:源码分析:Spring 源码分析:深入分析IOC那些鲜为人知的细节|JavaGuide
- 2025-01-11不得不了解的高效AI办公工具API
- 2025-01-102025 蛇年,J 人直播带货内容审核团队必备的办公软件有哪 6 款?
- 2025-01-10高效运营背后的支柱:文档管理优化指南
- 2025-01-10年末压力山大?试试优化你的文档管理
- 2025-01-10跨部门协作中的进度追踪重要性解析
- 2025-01-10总结 JavaScript 中的变体函数调用方式
- 2025-01-10HR团队如何通过数据驱动提升管理效率?6个策略
- 2025-01-10WBS实战指南:如何一步步构建高效项目管理框架?