z最近掃瞄出ssh版本太低, yum update已經可以解決, 公升到了7.4
但是看到網上說, 版本更新到8.0以上才可能解決問題, 於是編譯安裝ssh 8
./configure --with-md5-passwords --with-pam --with-selinux --with-privsep-path=/var/lib/sshd/ --sysconfdir=/etc/sshmake
make install
init 6
然後傻眼了, vnc連不上了. ssh還好, 版本確實公升上來了, 到了8.2
於是解決之
重新安裝桌面, 重新安裝vnc
# yumstemctl daemon-reloadgroups -y remove "
gnome desktop"#
yumgroups -y install
"gnome desktop
"yum install -y xrdp tigervnc-server
vncserver :1
vim /usr/lib/systemd/system/xrdp.service
-p 3389
systemctl restart xrdp
# systemctrl restart xrdp
還是不行,
報錯:
(imsettings-check:7384): imsettings-warning **: 14:05:06.355: could not connect: connection refused
(imsettings-check:7384): glib-gio-critical **: 14:05:06.355: g_dbus_proxy_call_sync_internal: assertion '
g_is_dbus_proxy (proxy)
'failed
** (process:7285): warning **: 14:05:06.529: could not make bus activated clients aware of xdg_current_desktop=gnome environment variable: could not connect: connection refused
搜了 一下, 說是 annaconda的path問題, 於是一頓找. annaconda是安裝過, 但忘了把路徑寫到哪個檔案了.
自己挖的坑, 找到, 刪掉. 因為現在已經在使用miniconda, 比annaconda簡單好用.
遠端一下, 終於進去了.
想要跟同事炫耀一下ssh的8.2版本. 一看傻了,,,, 版本又回來了. 因為在刪除desktop重灌的時候, 又裝回了7.4....
繼續折騰
最後, 終於出來想要的:
openssh_8.2p1, openssl 1.0.2k-fips 26 jan 2017
紀念一下.
寫得不錯
VNC 手工kill掉VNC程序的故障處理
1.模擬kill掉已經啟動的vnc服務 1 啟動桌面1的服務 1 2 3 4 root testdb vncserver 1 new testdb 1 root desktop is testdb 1 in root vnc xstartup logfileis root vnc testdb 1....
React Native公升級帶來的問題
react native公升級到0.6版本,androidx is a major step forward in the android ecosystem,and the old support library artifacts are being deprecated.for 0.60,re...
Nginx故障轉移帶來的雪崩問題
我們都知道nginx可以用作負載均衡可以通過輪訓 weight ip hash url hash fair的方式很好的分散請求的壓力。基於nginx阿里也有自己的tengin。同時nginx可以對故障轉移進行配置,相關的配置項如下所示 如配置webserver1 webserver2 webserv...