2018年9月17日
摘要: 修改ssh服务器配置文件 /etc/ssh/sshd_config 第1项:GSSAPIAuthentication 设置为no 第2项:UseDNS 设置为no 最后重启ssh服务 6:service sshd restart 7:systemctl restart sshd 阅读全文
posted @ 2018-09-17 23:30 圆缘 阅读(1702) 评论(0) 推荐(0) 编辑
摘要: 本机免密登录远程主机 P.S. CentOS 6免密登录CentOS 7(全程在CentOS 6执行) 1.在CentOS 6生成密钥对 ssh keygen t rsa (连续按3次回车) 2.将CentOS 6生成的公钥传输给信任的CentOS 7远程主机 ssh copy id CentOS 阅读全文
posted @ 2018-09-17 23:13 圆缘 阅读(235) 评论(0) 推荐(0) 编辑
摘要: ![7.7颁发证书出错提示(可以省略).png](https://upload-images.jianshu.io/upload_images/10967676-a8949dd4e8f15ebb.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![7.7颁发证书出错提示解决方法.png](https://upload-images.... 阅读全文
posted @ 2018-09-17 20:52 圆缘 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: linux上查看 windows上查看 需要把pem后缀修改为crt 阅读全文
posted @ 2018-09-17 18:32 圆缘 阅读(2663) 评论(0) 推荐(0) 编辑
摘要: CA重要配置文件: /etc/pki/tls/openssl.cnf 1.生成私钥 1.1不加密 :(umask 066;openssl genrsa out private.key 1024) :(umask 066;openssl genrsa out /etc/pki/CA/private/c 阅读全文
posted @ 2018-09-17 11:12 圆缘 阅读(17572) 评论(0) 推荐(0) 编辑
摘要: 文字说明 1 在CA上执行,建立CA cd /etc/pki/CA touch index.txt echo 0F serial (umask 077;openssl genrsa out private/cakey.pem 2048) openssl req new x509 key privat 阅读全文
posted @ 2018-09-17 09:52 圆缘 阅读(2503) 评论(0) 推荐(1) 编辑

返顶部