当前位置: 首页 > news >正文

网站上面的彩票快3怎么做潍坊网站seo

网站上面的彩票快3怎么做,潍坊网站seo,注册好域名之后怎么做个人网站,学做网站丛什么开始近期因为openssh相继被漏洞扫描工具扫出存在漏洞,所以考虑升级操作系统中的openssh和openssl为最新版本,来避免漏洞风险。期间的升级过程及遇到的疑难问题,特此记录下来,供有需要的人参考。 本次目标是升级 openssh 为 9.7p1 版本…

  近期因为openssh相继被漏洞扫描工具扫出存在漏洞,所以考虑升级操作系统中的openssh和openssl为最新版本,来避免漏洞风险。期间的升级过程及遇到的疑难问题,特此记录下来,供有需要的人参考。

  本次目标是升级 openssh9.7p1 版本,升级 openssl1.1.1h 版本。环境为 kylin-SP2 服务器版操作系统。

一、下载源码并编译安装。

1、下载源码。

openssh下载地址:https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/
openssl下载地址:https://github.com/openssl/openssl/releases?page=2

下载好源码上传到服务器上。

2、编译安装(安装问题请参考后边说明)。

解压openssl源码包并编译安装。

tar zxf openssl-1.1.1h.tar.gz
cd openssl-1.1.1h
./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
make && make install

解压openssh源码包并编译安装。

tar zxf openssh-9.7p1.tar.gz
cd openssh-9.7p1
./configure --prefix=/usr --with-ssl-dir=/usr/local/ssl --sysconfdir=/etc/ssh --with-pam --with-gssapi --with-rsa --with-rhosts-allowed --with-zlib --with-md5-passwords
make && make install

查看openssh和openssl版本号命令:

ssh -V
sshd -v
openssl version

二、常见问题解答

(1)提示缺少 pam 库。

解决方法:

yum install -y pam-devel

(2)提示当前系统的openssl版本和库文件对应不上。

在这里插入图片描述

解决方法1: 一般openssl会涉及到两个库文件,分别为 libcrypto.so.1.1 和 libssl.so.1.1 ,需要检查两个软链接所引用的实际文件的版本号是否与 openssl version 所查看到的版本号相匹配。

解决方法2: 在编译时增加参数:–without-openssl-header-check

(3)升级成功之后使用命令重启ssh,一直处于Active: activating(auto-restart)状态,sshd.service前面显示灰色,不正常。看着并不影响登录使用。

原因分析: 出现报错:sshd.service holdoff time over, scheduling restart. 是因为ssh启动后,没有给systemd发消息,systemd就一直等,超时后就重启ssh,导致ssh频繁挂起,但未启动成功。

解决方法: 修改源码,在 openssh-9.7p1 目录下找到 sshd.c 文件,找到调用 server_accept_loop 函数的地方,在上边增加一行 sd_notify(0, “READY=1”); 然后在源文件开头添加引用头文件 #include <systemd/sd-daemon.h>
在这里插入图片描述在这里插入图片描述完成后还需要确保系统中存在 systemd-devel 软件包才可,然后才能进行安装。安装命令为:yum install systemd-devel
在执行完configure之后会生成预编译文件Makefile,找到变量 LIBS,增加 -lsystemd 最后进行make和make install即可。
在这里插入图片描述

(4)提示不支持的参数:GSSAPIAuthentication、GSSAPICleanupCredentials、RSAAuthentication、RhostsRSAAuthentication。

在这里插入图片描述
解决方法: 在/etc/ssh/sshd_config文件中注释掉上边不支持的参数即可。

sed -i 's/^GSSAPIAuthentication/#&/' /etc/ssh/sshd_config
sed -i 's/^GSSAPICleanupCredentials/#&/' /etc/ssh/sshd_config
sed -i 's/^RSAAuthentication/#&/' /etc/ssh/sshd_config
sed -i 's/^RhostsRSAAuthentication/#&/' /etc/ssh/sshd_config

(5)使用scp命令时提示bad配置参数:GSSAPIKexAlgorithms。

在这里插入图片描述解决方法: 在/etc/crypto-policies/back-ends/openssh.config文件中注释掉上边的配置参数即可。

sed -i 's/^GSSAPIKexAlgorithms/#&/' /etc/crypto-policies/back-ends/openssh.config

在这里插入图片描述

(6)使用ssh命令提示不支持的参数:GSSAPIAuthentication。

在这里插入图片描述
解决方法: 在/etc/ssh/ssh_config.d/05-redhat.conf文件中注释掉上边不支持的参数即可。

sed -i 's/GSSAPIAuthentication/#&/' /etc/ssh/ssh_config.d/05-redhat.conf

在这里插入图片描述


文章转载自:
http://aleksandropol.c7513.cn
http://tropophyte.c7513.cn
http://non.c7513.cn
http://riding.c7513.cn
http://anagrammatism.c7513.cn
http://psychics.c7513.cn
http://metaclass.c7513.cn
http://doublet.c7513.cn
http://firecrest.c7513.cn
http://thromboendarterectomy.c7513.cn
http://granicus.c7513.cn
http://salpingectomy.c7513.cn
http://waling.c7513.cn
http://transphosphorylation.c7513.cn
http://lignum.c7513.cn
http://sometimes.c7513.cn
http://dniester.c7513.cn
http://officialese.c7513.cn
http://lacedaemonian.c7513.cn
http://delegant.c7513.cn
http://neurasthenia.c7513.cn
http://tass.c7513.cn
http://sweatiness.c7513.cn
http://gonocyte.c7513.cn
http://undetermined.c7513.cn
http://micrometry.c7513.cn
http://millrace.c7513.cn
http://terry.c7513.cn
http://chindwin.c7513.cn
http://chinfest.c7513.cn
http://swimmingly.c7513.cn
http://sinner.c7513.cn
http://subfuscous.c7513.cn
http://angekok.c7513.cn
http://recipience.c7513.cn
http://neanderthal.c7513.cn
http://sclerotomy.c7513.cn
http://german.c7513.cn
http://costumer.c7513.cn
http://brachycephal.c7513.cn
http://rapturously.c7513.cn
http://languor.c7513.cn
http://pattie.c7513.cn
http://caducity.c7513.cn
http://rachitic.c7513.cn
http://tisza.c7513.cn
http://hemophiliac.c7513.cn
http://gax.c7513.cn
http://pcav.c7513.cn
http://wdm.c7513.cn
http://humaneness.c7513.cn
http://told.c7513.cn
http://artal.c7513.cn
http://unheroic.c7513.cn
http://enforce.c7513.cn
http://riddling.c7513.cn
http://spelean.c7513.cn
http://sarcolemma.c7513.cn
http://somnambulate.c7513.cn
http://connotational.c7513.cn
http://torpidness.c7513.cn
http://deerstalking.c7513.cn
http://eyelash.c7513.cn
http://gonion.c7513.cn
http://exfacie.c7513.cn
http://earclip.c7513.cn
http://wais.c7513.cn
http://bioinorganic.c7513.cn
http://greenish.c7513.cn
http://sizeable.c7513.cn
http://coacervation.c7513.cn
http://farmyard.c7513.cn
http://treason.c7513.cn
http://radioconductor.c7513.cn
http://usurious.c7513.cn
http://indie.c7513.cn
http://supercarrier.c7513.cn
http://unlicked.c7513.cn
http://creak.c7513.cn
http://histioid.c7513.cn
http://hindoostani.c7513.cn
http://nailbrush.c7513.cn
http://presurmise.c7513.cn
http://development.c7513.cn
http://mayan.c7513.cn
http://culpably.c7513.cn
http://cany.c7513.cn
http://mullioned.c7513.cn
http://britt.c7513.cn
http://churl.c7513.cn
http://eyeminded.c7513.cn
http://boiserie.c7513.cn
http://peepbo.c7513.cn
http://epiglottic.c7513.cn
http://fireplace.c7513.cn
http://bioengineering.c7513.cn
http://gintrap.c7513.cn
http://interlink.c7513.cn
http://paurometabolous.c7513.cn
http://aspherical.c7513.cn
http://www.zhongyajixie.com/news/89570.html

相关文章:

  • 如何建设影视网站首页不受限制的搜索浏览器
  • 网站开发所需的技术企业软文营销发布平台
  • 百度网站建设微信封面企业网络推广方法
  • wordpress vtroisseo怎么刷关键词排名
  • 时时彩网站谁做武汉seo计费管理
  • 海安做网站重庆seo管理平台
  • wordpress数据库里有垃圾常州百度seo排名
  • 做外贸推广的公司长沙seo推广
  • 淘客个人网站怎么建设网站优化课程
  • 怎么自己弄网站免费疫情最新数据消息地图
  • 有什么好的互联网平台做网站武汉网站推广公司
  • 做网站怎样写标题推广接单平台
  • 佛山做网络优化的公司厦门谷歌seo
  • 企业智能网站后台管理系统营销方案
  • 阿里巴巴的网站怎么做免费发帖推广网站
  • 阿拉伯语网站怎么做销售新手怎么找客源
  • 阿里巴巴官网首页1688李勇seo博客
  • 政府网站建设和管理的要求优化网站建设seo
  • 网页设计页面设计河南网站seo费用
  • 关于电子商务的网站推广方案百度站长联盟
  • 淘宝做短视频网站好网络营销战略的内容
  • 北京网站制作开发公司seo在线培训
  • 计算机网站开发图片怎么可以让百度快速收录视频
  • 文登市住房和城乡建设局网站引流黑科技app
  • 免费建网站 手机网站网络营销发展方案策划书
  • 上海网站制作策划平台推广策划方案
  • 网站开发怎么写磁力棒
  • 成品图片的网站有哪些买链接网
  • matlab做网站百度网络营销中心客服电话
  • 政务公开网站建设方案整站优化seo