news 2026/6/21 23:44:44

银河麒麟修复openssh升级脚本

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
银河麒麟修复openssh升级脚本

#!/bin/bash
# 备份相关配置文件
cp /etc/pam.d/sshd /etc/pam.d/sshd.before
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.before

# 安装OpenSSH的rpm包
rpm -Uvh *.rpm

# 进入ssh配置目录并设置密钥权限
cd /etc/ssh/
chmod 400 ssh_host_ecdsa_key ssh_host_ed25519_key ssh_host_rsa_key

# 修改sshd_config配置项
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
sed -i 's/#UsePAM no/UsePAM yes/g' /etc/pam.d/sshd
/bin/cp /etc/pam.d/sshd.before /etc/pam.d/sshd

# 清空相关算法配置项
sed -i '/KexAlgorithms/d' /etc/ssh/sshd_config
sed -i '/GSSAPIKexAlgorithms/d' /etc/ssh/sshd_config
sed -i '/HostKeyAlgorithms/d' /etc/ssh/sshd_config

# 写入新的算法配置
echo "KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,curve25519-sha256@libssh.org" >> /etc/ssh/sshd_config
echo "HostKeyAlgorithms +ssh-rsa" >> /etc/ssh/sshd_config

# 重启sshd服务
systemctl restart sshd

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/19 18:28:12

终极指南:用JSONDiff库轻松搞定JSON数据对比

终极指南:用JSONDiff库轻松搞定JSON数据对比 【免费下载链接】jsondiff JsonDiff library 项目地址: https://gitcode.com/gh_mirrors/jso/jsondiff 在当今数据驱动的开发环境中,JSON数据对比是每个开发者都会遇到的常见任务。无论是API测试、数据…

作者头像 李华
网站建设 2026/6/21 14:35:40

3分钟掌握PodcastBulkDownloader:批量下载播客的终极指南

3分钟掌握PodcastBulkDownloader:批量下载播客的终极指南 【免费下载链接】PodcastBulkDownloader Simple software for downloading podcasts 项目地址: https://gitcode.com/gh_mirrors/po/PodcastBulkDownloader 想要一次性下载所有播客剧集吗&#xff1f…

作者头像 李华
网站建设 2026/6/19 1:58:52

Xournal++手写笔记软件终极指南:轻松掌握高效数字笔记技巧

Xournal手写笔记软件终极指南:轻松掌握高效数字笔记技巧 【免费下载链接】xournalpp Xournal is a handwriting notetaking software with PDF annotation support. Written in C with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Window…

作者头像 李华
网站建设 2026/6/14 17:51:10

5个颠覆性功能:VinXiangQi如何用AI视觉技术重新定义象棋学习体验

5个颠覆性功能:VinXiangQi如何用AI视觉技术重新定义象棋学习体验 【免费下载链接】VinXiangQi Xiangqi syncing tool based on Yolov5 / 基于Yolov5的中国象棋连线工具 项目地址: https://gitcode.com/gh_mirrors/vi/VinXiangQi 还在为传统象棋软件的复杂操作…

作者头像 李华
网站建设 2026/6/14 15:47:15

E-Viewer终极使用指南:Windows平台最佳e-hentai阅读体验

E-Viewer终极使用指南:Windows平台最佳e-hentai阅读体验 【免费下载链接】E-Viewer An UWP Client for https://e-hentai.org. 项目地址: https://gitcode.com/gh_mirrors/ev/E-Viewer 想要在Windows系统上享受流畅的e-hentai漫画阅读体验吗?E-Vi…

作者头像 李华
网站建设 2026/6/18 12:59:39

终极OpenProject部署指南:30分钟搭建企业级项目管理平台

终极OpenProject部署指南:30分钟搭建企业级项目管理平台 【免费下载链接】openproject OpenProject is the leading open source project management software. 项目地址: https://gitcode.com/GitHub_Trending/op/openproject 痛点分析:团队协作…

作者头像 李华