X11連線linux伺服器

2021-09-11 07:48:59 字數 710 閱讀 8981

1、linux伺服器開啟x11**服務

# vi /etc/ssh/sshd_config

x11forwarding yes

x11displayoffset 10

x11uselocalhost yes

# service sshd restart

2、安裝securecrt

3、配置 securecrt,支援 x11 **

勾選「** x11 資料報」。

注意:1、先啟動xming

2、啟動firefox

否則啟動不了

4、普通使用者使用x11

將root使用者

cp /root/.xauthority /home/username/

cd /home/username

chown username .xauthority

即可以5、x11 authentication failed

ssh gateway: x11 authentication failed. error: can't open display: localhost:10.0處理

解決的方法是在啟動securecrt時直接使用普通使用者登入,如果使用root 通過su - oracle切換過來,就會出現上面的錯誤

python3連線Linux伺服器並操作

import paramiko import logging import sys import os 加入日誌 獲取logger例項 logger logging.getlogger basespider 指定輸出格式 formatter logging.formatter asctime s l...

23 3 3 連線控制與冗餘伺服器

server setup 主選單中選擇 connection control 子選單,將出現圖 23 12 所示的連線控制設定介面。maximum client connections 選項表示設定最大允許的客戶端連線數,0表示沒有限制。客戶端連線數還要受到許可檔案的限制,從圖 23 12 中的ma...

win32 連線授時伺服器

時間伺服器的埠位址是 define ipport timeserver 37 ping www.time.ac.cn 得到的ip位址就是時間伺服器的ip 210.72.145.44 位址我也不知道是多少了,哎 沒乙個準確的能連上的 每個時間伺服器返回的資料是不同的,而國家時間伺服器返回的是格林尼治至...