LINUX升级openssh和ssl后,图形界面有问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LINUX升级openssh和ssl后,图形界面有问题相关的知识,希望对你有一定的参考价值。

LINUX升级openssh和ssl后,图形界面有问题前几天曙光工程师升级了四个主节点的openssh和ssl,然后发现四台主节点的图形界面进不去了,没有用户输入框

然后我用先在命令行模式登录root再进图形界面的方法,能进图形界面

但是会报这三个错:

然后图形界面有些地方打开没反应,没窗口弹出
比如userandgroup

求解决办法
我感觉是升级了sshssl之后什么权限改了

参考技术A

    尝试杀掉gnome: killall gnome-panel

    然后等待gnome重启,如果gnome没有重启,用快捷键Alt+F2呼出Gnome

看看能不能解决问题

参考技术B 我也遇到这个问题了,但是暂时解决不了,我知道是因为openssh-askpass和openssh-askpass-gnome被删除导致的,但是这两个包源码安装的话,很麻烦本回答被提问者采纳

【OpenSSH】关于升级openssh后ulimit不生效问题的解决方法

参考技术A if you just want sshd to honor the settings you made in /etc/security/limits.conf, you should make sure you have UsePAM yes in /etc/ssh/sshd_config, and /etc/pam.d/sshd lists session    required      pam_limits.so (or otherwise includes another file that does so).

#  ./configure --prefix=/usr  --sysconfdir=/etc/ssh--with-md5-passwords  --with-zlib  --with-pam

#  make  -j  4 &&  make  install

# cat  /etc/pam.d/sshd

############################

#%PAM-1.0

auth      required    pam_sepermit.so

auth      substack    password-auth

auth      include      postlogin

# Used with polkit to reauthorize users in remote sessions

-auth      optional    pam_reauthorize.so prepare

account    required    pam_nologin.so

account    include      password-auth

password  include      password-auth

# pam_selinux.so close should be the first session rule

session    required    pam_selinux.so close

session    required    pam_loginuid.so

# pam_selinux.so open should only be followed by sessions to be executed in the user context

session    required    pam_selinux.so open env_params

session    required    pam_namespace.so

session    optional    pam_keyinit.so force revoke

session    include      password-auth

session    include      postlogin

# Used with polkit to reauthorize users in remote sessions

-session  optional    pam_reauthorize.so prepare

############################

卸载系统自带的openssh之前,最好是备份一下/etc/pam.d/sshd,编译完之后 ,查看/etc/pam.d如果没有sshd文件,就恢复备份。

Linux升级openssh后打开打开文件数ulimit重置为1024问题解决

https://codeantenna.com/a/o1Da284aDT

https://blog.csdn.net/zilong_zilong/article/details/94021543

ulimit -n修改之后不生效

https://www.codenong.com/cs106689533/

OpenSSH由7.4编译升级到8.0之后出现一些问题

https://www.cnblogs.com/augusite/p/11155654.html

Linux实例由于Ulimit限制原因导致SSH登录后系统异常

https://help.aliyun.com/document_detail/41483.html

limits.conf - configuration file for the pam_limits module

http://manpages.ubuntu.com/manpages/jammy/en/man5/limits.conf.5.html

ulimit -n not changing - values limits.conf has no effect

https://serverfault.com/questions/569288/ulimit-n-not-changing-values-limits-conf-has-no-effect

OpenSSH一键升级脚本

https://www.cnblogs.com/RXDXB/p/12145644.html

https://blog.51cto.com/kk876435928/2419589

任意版本openssh批量升级脚本

https://www.izhuhn.cn/index.php/2019/05/29/%E4%BB%BB%E6%84%8F%E7%89%88%E6%9C%ACopenssh%E6%89%B9%E9%87%8F%E5%8D%87%E7%BA%A7%E8%84%9A%E6%9C%AC/

以上是关于LINUX升级openssh和ssl后,图形界面有问题的主要内容,如果未能解决你的问题,请参考以下文章

linux升级或安装程序后无法进入图形界面

linux-openssl命令行

Linux-SSL和SSH和OpenSSH,OpenSSL有什么区别

【OpenSSH】关于升级openssh后ulimit不生效问题的解决方法

升级openssh

openssh升级到7.5 为啥无法登陆