当前位置:网站首页>公钥\私人 ssh避password登陆
公钥\私人 ssh避password登陆
2022-07-06 17:57:00 【全栈程序员站长】
大家好,又见面了,我是全栈君
相关概念以前见过,决不要注意,使用公共密钥管理之前,腾讯云主机的备案机,非常头发的感觉,查了一下相关资料,这里总结下:
字符a:192.168.7.188 (ubuntu)
字符b:192.168.7.17 (centos)
希望从a登陆b的时候,不须要输入password.我原先的想法是将b的公钥放到a的key文件里,这样让a使用公钥跟b的私钥 进行匹配.结果却恰恰相反,
实际的操作是将a的公钥放到b的key文件中面.
在a上生成密钥,命令
ssh-keygen -t rsa (这里的加密类型类型也公钥选择dsa)
默认会在~/.ssh文件夹以下生存一对密钥
我们将id_rsa.pub中的内容拷贝到b机器的authorized_keys中去就ok了,假设该文件不存在则又一次建一个
以下说下怎样使用公钥和密钥管理server使用者的权限,比方一台server有非常多开发人员使用,在遇到有员工离职的时候,我们都须要更改password什么的,这样对大家来说都听麻烦,有了密钥,我们在平时的时候要求大家都使用自己的公钥来登陆server,在员工离职的时候,管理员仅仅须要删除离职员工的公钥就公钥了.
若出现Agent admitted failure to sign using the key. 运行:ssh-add ~/.ssh/id_rsa
版权声明:本文博主原创文章,博客,未经同意不得转载。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/116905.html原文链接:https://javaforall.cn
边栏推荐
- Force buckle 1037 Effective boomerang
- golang中的atomic,以及CAS操作
- JS reverse -- ob confusion and accelerated music that poked the [hornet's nest]
- Make Jar, Not War
- swiper组件中使用video导致全屏错位
- How to manage distributed teams?
- The MySQL database in Alibaba cloud was attacked, and finally the data was found
- Machine learning: the difference between random gradient descent (SGD) and gradient descent (GD) and code implementation.
- 如何管理分布式团队?
- 斗地主游戏的案例开发
猜你喜欢
系统休眠文件可以删除吗 系统休眠文件怎么删除
Js逆向——捅了【马蜂窝】的ob混淆与加速乐
2022 Google CTF segfault Labyrinth WP
一起看看matlab工具箱内部是如何实现BP神经网络的
黑马笔记---创建不可变集合与Stream流
Yunna - work order management system and process, work order management specification
2022 Google CTF SEGFAULT LABYRINTH wp
Boot - Prometheus push gateway use
【C语言进阶篇】指针的8道笔试题
The MySQL database in Alibaba cloud was attacked, and finally the data was found
随机推荐
从底层结构开始学习FPGA----FIFO IP的定制与测试
负载均衡性能参数如何测评?
前置机是什么意思?主要作用是什么?与堡垒机有什么区别?
树莓派/arm设备上安装火狐Firefox浏览器
实现mysql与ES的增量数据同步
安利一波C2工具
[JS] obtain the N days before and after the current time or the n months before and after the current time (hour, minute, second, year, month, day)
【C语言进阶篇】指针的8道笔试题
数据手册中的词汇
Install Firefox browser on raspberry pie /arm device
golang中的atomic,以及CAS操作
Clickhouse fields are grouped and aggregated, and SQL is queried according to the granularity of any time period
Transplant DAC chip mcp4725 to nuc980
分享一个通用的so动态库的编译方法
MySQL script batch queries all tables containing specified field types in the database
机器学习:随机梯度下降(SGD)与梯度下降(GD)的区别与代码实现。
Google released a security update to fix 0 days that have been used in chrome
go-zero微服务实战系列(九、极致优化秒杀性能)
系统休眠文件可以删除吗 系统休眠文件怎么删除
字节P7专业级讲解:接口测试常用工具及测试方法,福利文