Sponsored Content
Operating Systems Linux Red Hat Xming Vs ssh connect to RHEL server from Windows machine Post 302769539 by lupin..the..3rd on Tuesday 12th of February 2013 03:11:45 PM
Old 02-12-2013
Xming is an X11 server for Microsoft Windows. Putty is an SSH client. Two different softwares, with different purposes.

If you check the "Enable X11 forwarding" option in Putty, it will allow the remote UNIX server to display X11 GUI programs on your local PC, over the ssh tunnel.... but those X11 gui programs will need an X11 server to connect to; that's Xming.

FYI we use Putty and Xming to manage all our production UNIX and Linux servers at work, they are a nice combination and work very reliably.

Tip: When you start Xming, don't start it using the "Xming" shortcut. Instead, use the "Xlaunch" shortcut, and be sure to check the box for "No Access Control".
 

10 More Discussions You Might Find Interesting

1. AIX

Connect from Windows Using SSH

Hi Everybody, I have 2 Servers (AIX 4.3), recently I installed SSH in both servers successfuly. I can connect from one server to another using SSH. My problem is when I tried to connect from Windows workstation to one of these servers the connection timed out. I'm using PUTTY to connect to the... (12 Replies)
Discussion started by: aldowsary
12 Replies

2. Shell Programming and Scripting

SSH into a linux machine from a windows machine

I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it. (4 Replies)
Discussion started by: lassimanji
4 Replies

3. Solaris

How to mount a Files System where RHEL is installed on a Sun server Machine..

Hi Everyone, I have a machine where RHEL(Red Hat Enterprise Linux) is installed and few of our products are saved on the same. Our products work only on sparc 6 + and i want to basically asve the products on the machine which has RHEL installed on it and mount the drive on the sun server and... (2 Replies)
Discussion started by: sankasu
2 Replies

4. Solaris

Not able to connect (ping & http) to windows 2003 (with IIS installed) from Solaris9 Machine(Tomcat)

hi Am trying to connect from Solaris 9 installed Sun server and having Tomcat 5.5.9 installed on top of it to Windows 2003 server with IIS installed for web application. Scenarios am facing are 1. From Sun system am able to ping and telnet ip with port 80 of windows 2000 system which is... (2 Replies)
Discussion started by: aemunathan
2 Replies

5. Linux

Help!! trying to connect to linux SSH from windows putty client

Hi, i am trying to connect my Putty session on a windows box to a linux SSH, i have generated private and public key pairs using puttygen, i have set the public one to be in an OPENSSH format... and have put this in my authorized_keys file in linux, when i connect i get the following errors: ... (1 Reply)
Discussion started by: Jtyreman
1 Replies

6. Ubuntu

Steps to connect linux (Ubuntu) machine from windows 7

Hi, Can anyone give me the steps to connect ubuntu from windows7? Thanks (1 Reply)
Discussion started by: diehard
1 Replies

7. Red Hat

Graphically connect RHEL server from Windows 7 Professional

I want to connect RHEL server from my windows 7 Professional machine graphically. I logged into 1 RHEL server with IP, 10.101.17.80 using Putty from my Windows 7 professional machine. Now from this server, 10.101.17.80, I want to connect to another RHEL server 10.101.17.79. I used, ssh -X... (1 Reply)
Discussion started by: RHCE
1 Replies

8. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

9. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

10. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies
quartz-wm(1)						      General Commands Manual						      quartz-wm(1)

NAME
quartz-wm - Aqua Window Manager for the X Window System on OS X SYNTAX
quartz-wm [ --only-proxy ] DESCRIPTION
quartz-wm is a window manager for the X Window System. It provides titlebars for X11 windows that aim to match the look and feel of native Mac OS X windows. It also contains functionality to bridge between the system pasteboard and the X server's PRIMARY and CLIPBOARD selec- tions. OPTIONS
quartz-wm accepts the following command line options: --only-proxy This option indicates that the program should not attempt to manage any of the display's screens. However the selection proxying features will still be enabled, meaning that a different window manager may be used, but cut and paste will work as if quartz-wm were running. --no-pasteboard This option indicates that the program should not manage the cut and paste proxying. This option is defaulted to on for newer X11 servers that support this functionality and off for older servers that do not. --prefs-domain <domain> This option can be used to override the domain used to read preferences from. This is useful if you want to have multiple X11.apps running at the same time. CUSTOMIZATION
quartz-wm can be customized using the defaults(1) command. quartz-wm can be forced to re-read these preferences by sending it a SIGHUP using kill(1). The available options are: defaults write org.x.X11 wm_ffm -bool true Enables focus-follows-mouse mode. Windows belonging to the X server may then be focused by moving the pointer over them, as well as the default mode of clicking in them. defaults write org.x.X11 wm_click_through -bool true Disables the default behavior of swallowing window-activating mouse events. defaults write org.x.X11 wm_limit_size -bool true Limit the size of each window to the size of the current head. defaults write org.x.x11 wm_focus_on_new_window -bool false Don't tell X11.app to take focus when a new X11 window is created. defaults write org.x.X11 wm_window_shading -bool true Enables double clicking on a titlebar to shade the window defaults write org.x.X11 wm_auto_quit -bool true Automatically quit quartz-wm (thus shutting down the X11 server) when the last window is closed. defaults write org.x.X11 wm_auto_quit_timeout -int 3 Set the timeout for the auto-quit feature. If wm_auto_quit is true, quartz-wm will wait this many seconds before attempting to shutdown. If another window is created in that time, quartz-wm will not shutdown. ENVIRONMENT VARIABLES
DISPLAY This variable is used to determine which X server to use. SEE ALSO
X(7), Xquartz(1), xrdb(1), twm(1) 0.0 quartz-wm(1)
All times are GMT -4. The time now is 09:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy