博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Forward: X Forwarding with Putty on Windows
阅读量:5174 次
发布时间:2019-06-13

本文共 1513 字,大约阅读时间需要 5 分钟。

http://www.math.umn.edu/systems_guide/putty_xwin32.html

X Forwarding with Putty on Windows

Intro to X Forwarding

Unix machines have been able to run software on a remote machine and display the GUI locally for almost two decades. Linux and Mac OS X support X Forwarding with no extra software. Any terminal on Linux should do X Forwarding, Mac users need to run "Applications > Utilities > XTerm". In a command line terminal run "ssh -Y jdoe@compute.example.edu matlab" and you'll be running matlab on "compute.example.edu" but seeing it on your desktop.

Windows users need two pieces of software: an secure shell program (ssh) to establish the remote connection and an X Server to handle the local display.
Prerequisites

Putty for SSH

Xming for the XServer
Configuring Putty

Add Unix hostname

Switch Protocol to SSH
Type name of session in saved sessions
Click 'Save'

Expand the 'SSH' tab from the 'Category' list

Choose 'X11' from 'SSH' list
Check 'Enable X11 Forwarding'

Choose 'Session' from 'Category' list

Click 'Save'
Starting the X Server on Windows

Configuring Xming

Just run "All Programs > Xming Xming" and it should work if you've got PuTTY configured.

Connecting

Start Xming

Start Putty
Double click on the saved session you want

Enter username and password as requested

You should now be able to run X applications from the host
on your local desktop

William S. Bear

v1.1
Feb 27, 2006

Edited:

Aaron E. Fesperman
v1.2
July 30, 2012

 

转载于:https://www.cnblogs.com/zhyg6516/archive/2013/05/21/3090960.html

你可能感兴趣的文章
第四次团队作业--选题
查看>>
记录专用
查看>>
一句实现jquery导航栏
查看>>
从零开始学 Web 之 Ajax(五)同步异步请求,数据格式
查看>>
场景分析:用户登录界面场景分析
查看>>
条形码生成包 BarCodeToHTML.cs(以颜色为背景的完整版)(下载的完整版)
查看>>
数据库事务的四大特性以及事务的隔离级别
查看>>
电脑屏幕保护眼睛
查看>>
有用的东西
查看>>
如何开启VMware串口
查看>>
数据库
查看>>
常见Struts、Hibernate、Spring、J2EE、ibatis、Oracle等开发框架架构图及其简介
查看>>
Java为何大行其道
查看>>
CFileDialog的使用方法简单介绍
查看>>
send,recv,sendto,recvfrom
查看>>
C#开发问题汇总
查看>>
Kettle
查看>>
[复习]Python基础回顾
查看>>
LNMP
查看>>
java 读写锁
查看>>