摘要:
修改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
圆缘
阅读(1719)
评论(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
圆缘
阅读(241)
评论(0)
推荐(0)
摘要:
 
评论(0)
推荐(0)
摘要:
linux上查看 windows上查看 需要把pem后缀修改为crt 阅读全文
posted @ 2018-09-17 18:32
圆缘
阅读(2697)
评论(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
圆缘
阅读(17657)
评论(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
圆缘
阅读(2534)
评论(0)
推荐(1)
浙公网安备 33010602011771号