ssh免密码登录

生成秘钥

复制代码
$ ssh-keygen.exe
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/17982/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/17982/.ssh/id_rsa.
Your public key has been saved in /c/Users/17982/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:sNyM89sJWZx/wsdoa6aJYHM5ySAyEEagW0L4 1782@DESKTOP-4FR0RKP
The key's randomart image is:
+---[RSA 3072]----+
|==o . oo         |
|.o.. o.+.        |
|+.* o.=          |
|o=.= +.B         |
|+ o.o B.S        |
|o+E= o+= +       |
|..o.*=  + o      |
|  . o.   .       |
|                 |
+----[SHA256]-----+
复制代码

将公钥上传到服务器

复制代码
$ ssh-copy-id zxc@zhangxuechao.top
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/c/Users/17982/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
zxc@zhangxuechao.top's password:

Number of key(s) added: 1

Now try logging into the machine, with:   "ssh 'zxc@zhangxuechao.top'"
and check to make sure that only the key(s) you wanted were added.
复制代码

注意:上传给哪个用户,哪个用户才可以免密

posted @   thomas_blog  阅读(353)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!
点击右上角即可分享
微信分享提示