||
好久没更,今天学到了一点新技能,赶紧整理一下,以免后面遗忘。
一、内容如题,折腾过程如下:
(1)下载xming并安装:https://sourceforge.net/projects/xming/
(一路安装,同时在桌面上添加了xming和xlaunch快捷方式)
(2)打开powershell:win10“搜索”里输入powershell并打开。
(3)在powershell中输入:setx DISPLAY "localhost:0.0"。而后重启powershell。
(4)在powershell中输入:ssh -Yp 端口号 用户名@地址。结果报错如下:
CreateProcessW failed error:2
ssh_askpass: posix_spawn: No such file or directory
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
(5)报错解决:
在powershell中,输入
cd /
mkdir dev
cd dev
mkdir tty
在powershell中输入:ssh -Yp 端口号 用户名@地址。问题居然解决了,说实话不是很清楚原因。
二、折腾过后,得到基本操作流程
(1)打开xlaunch,如无对多屏幕的需要,只需一路next。
(2)打开powershell,ssh -Y远程,测试cern root,成功看到cern root欢迎界面;nautilus .可打开当前目录图形界面。
【参考资料】
(1)Remote Access on Windows with Powershell:https://www.cs.swarthmore.edu/courses/CS21/S20/powershell-instructions.html
(2)利用Xming 将Linux 图形界面输出到Windows上:http://www.uuc.me/1211.html
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-16 21:25
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社