ssh免密码登录

2020-04-22 16:02:17来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

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.

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


原文链接:https://www.cnblogs.com/zhangxuechao/p/12756297.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Linux学习笔记(八)权限管理命令

下一篇:PXE——无人值守自动安装Linux操作系统(踩坑记录)