当前位置:网站首页>SSH link remote server and local display of remote graphical interface
SSH link remote server and local display of remote graphical interface
2022-07-03 06:21:00 【Daytime plus】
List of articles
One 、ssh Link remote server
There are many ways to do this , Here are two :MobaXterm and VSCode
1.1、MobaXterm
MobaXterm Configuration is relatively simple 
After confirmation, enter the command line interface and enter the password
1.2、VSCode
VSCode Configuration trouble points , It can be used after connecting VSCode Development tools for , Breakpoints are made above Debug No problem !
Install the extension first :
Then there will be a small icon of the display screen in the left side bar 
make new connection 
Enter the user name and IP( Format : ssh user name @IP)
Select the configuration file path ( Default to the first one )
New window 
Select the system type 
Continue
Enter the server password 
The lower right corner shows IP The connection is successful 
Open the folder according to the target path 
But that's what I chose :
in addition ,
ctrl + `
The command line window can be opened

Problems and solutions
If you encounter problems like the following , You can refer to Blog solve .
Try deleting the profile first

contrast
MobaXterm Can visualize the list of files , And provide download function !
VSCode The highlight is ssh After connecting ,VSCode All other extensions can also be used , It is basically the same as the local !
Two 、 Local display of remote graphical interface
( Apply to Ubuntu) If you just view remote documents , It can be directly connected as follows ( Format : ssh:// user name @IP)
Then it was connected directly 
notes : This method can only view the contents of remote documents , Command line run ros It's still under exploration .
If you have to run , Will be like me ( Maybe I opened it in the wrong way , Please also ask the big guy passing by to teach me !!!)
2.1、MobaXterm
ssh Execute the command after connecting :
sudo vim /etc/ssh/sshd_config
Pull down , Find the following , Change to consistent :
Save and execute the command :
service ssh reload
sudo apt install x11-apps
Then execute the following command to test :
xclock
Such a clock window will appear 
Visualization of other windows ( such as opencv Of imshow) You can explore for yourself
2.2、VSCode
And MobaXterm similar , Carry out orders code /etc/ssh/sshd_config Modify the configuration file

And then execute :
service ssh reload
sudo apt install x11-apps
however VSCode No, DISPLAY Environment variables of , Need to go MobaXterm Through execution
env | grep DISPLAY
Get output similar to the following 
Then back VSCode, perform ( These two sentences must be executed every time the terminal is opened ……)
export DISPLAY=localhost:10.0
source ~/.bashrc
Then simply look at the effect
xclock

2.3 summary
The above method can only be used to visualize simple windows , Tools that integrate complex functions such as rviz Cannot be opened ( There are successful leaders who ask me !!!)
appendix
VSCode Of CMake To configure
VSCode Of Python To configure
Reference resources
https://developer.horizon.ai/college/detail/id=89018995415500842
https://zhuanlan.zhihu.com/p/260189540
http://t.zoukankan.com/hellowooorld-p-10729981.html
边栏推荐
- Leetcode solution - 02 Add Two Numbers
- Mysql database table export and import with binary
- The mechanical hard disk is connected to the computer through USB and cannot be displayed
- 智牛股项目--04
- 23 design models
- 项目总结--01(接口的增删改查;多线程的使用)
- 使用 Abp.Zero 搭建第三方登录模块(一):原理篇
- PMP笔记记录
- Cesium 点击获取模型表面经纬度高程坐标(三维坐标)
- Disruptor learning notes: basic use, core concepts and principles
猜你喜欢

Une exploration intéressante de l'interaction souris - pointeur

Kubernetes notes (I) kubernetes cluster architecture

YOLOV1学习笔记

Kubernetes notes (10) kubernetes Monitoring & debugging

项目总结--2(Jsoup的基本使用)

表达式的动态解析和计算,Flee用起来真香

Kubesphere - build Nacos cluster

Scripy learning

Use abp Zero builds a third-party login module (I): Principles

CKA certification notes - CKA certification experience post
随机推荐
Request weather interface format, automation
Cesium 点击获取模型表面经纬度高程坐标(三维坐标)
[system design] proximity service
Mysql database binlog log enable record
Virtual memory technology sharing
认识弹性盒子flex
剖析虚幻渲染体系(16)- 图形驱动的秘密
Creating postgre enterprise database by ArcGIS
深入解析kubernetes controller-runtime
[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)
使用 Abp.Zero 搭建第三方登录模块(一):原理篇
Leetcode solution - 01 Two Sum
Project summary --2 (basic use of jsup)
Kubernetes notes (I) kubernetes cluster architecture
Kubernetes notes (V) configuration management
Method of converting GPS coordinates to Baidu map coordinates
Kubernetes notes (IX) kubernetes application encapsulation and expansion
Jedis source code analysis (I): jedis introduction, jedis module source code analysis
Mysql database
Oracle database synonym creation
