Networking Forums

Networking Forums > Computer Networking > Linux Networking > Xserver or Xwindow for Administering a Linux Server from a remote PC

Reply
Thread Tools Display Modes

Xserver or Xwindow for Administering a Linux Server from a remote PC

 
 
jatrojoomla
Guest
Posts: n/a

 
      09-22-2006, 03:25 PM
Hi Forum,

I need to install xServer or xWindow to admin remote linux Server.
is it possiable? if yes then please any body tell me how??
If no then, what is the possiable way to do that
Thanks,

 
Reply With Quote
 
 
 
 
Jack Snodgrass
Guest
Posts: n/a

 
      09-22-2006, 03:45 PM
On Fri, 22 Sep 2006 08:25:07 -0700, jatrojoomla wrote:

> Hi Forum,
>
> I need to install xServer or xWindow to admin remote linux Server.
> is it possiable? if yes then please any body tell me how??
> If no then, what is the possiable way to do that
> Thanks,


run vncserver on the linux box and run a vnc client on the
windows box.

jack

--
D.A.M. - Mothers Against Dyslexia

see http://www.jacksnodgrass.com for my contact info.

jack - Grapevine/Richardson
 
Reply With Quote
 
Lew Pitcher
Guest
Posts: n/a

 
      09-22-2006, 03:54 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


jatrojoomla wrote:
> Hi Forum,
>
> I need to install xServer or xWindow to admin remote linux Server.
> is it possiable?

Yes, it is possible

> if yes then please any body tell me how??


http://linuxgazette.net/129/pitcher.html

> If no then, what is the possiable way to do that
> Thanks,


HTH
- --
Lew Pitcher

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32) - WinPT 0.11.12

iD8DBQFFFAcxagVFX4UWr64RAvUkAJ9cmieX3P+Fy5ENBbUf0M cZ5O8rTgCgrPRb
hlfBaWWEaNW5hEMCkqlNvQw=
=TqXD
-----END PGP SIGNATURE-----

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-22-2006, 07:36 PM
In comp.os.linux.networking jatrojoomla <(E-Mail Removed)>:
> Hi Forum,


> I need to install xServer or xWindow to admin remote linux Server.
> is it possiable? if yes then please any body tell me how??
> If no then, what is the possiable way to do that


Presuming from your headers you are running Linux, you don't need
to install anything.

'ssh -CX remotehost' should give you a login with X11 forwarding
enabled through ssh. Any GUI app you start will open seamless on
your remote desktop securely transported through your ssh
connection, Apps that support docking will do the same if started
remote or not.

Apps aware of nas (network audio system) should be able to output
through your local sound card.

The XWindows System was designed form ground up with network
capabilities.

Of course there is no really need for any GUI to admin a Linux
server. Things can be done more efficient from the shell and with
a good editor (vi(m)), as if there would be another. ;-)

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 15: temporary routing anomaly
 
Reply With Quote
 
jatrojoomla
Guest
Posts: n/a

 
      09-23-2006, 10:30 AM
I am using ssh to install software on remote linux server.
for root I am using>> ssh -CX remotehost
but I need also to login with other user for that what is the syntax
should I use on SSH?










Michael Heiming wrote:
> In comp.os.linux.networking jatrojoomla <(E-Mail Removed)>:
> > Hi Forum,

>
> > I need to install xServer or xWindow to admin remote linux Server.
> > is it possiable? if yes then please any body tell me how??
> > If no then, what is the possiable way to do that

>
> Presuming from your headers you are running Linux, you don't need
> to install anything.
>
> 'ssh -CX remotehost' should give you a login with X11 forwarding
> enabled through ssh. Any GUI app you start will open seamless on
> your remote desktop securely transported through your ssh
> connection, Apps that support docking will do the same if started
> remote or not.
>
> Apps aware of nas (network audio system) should be able to output
> through your local sound card.
>
> The XWindows System was designed form ground up with network
> capabilities.
>
> Of course there is no really need for any GUI to admin a Linux
> server. Things can be done more efficient from the shell and with
> a good editor (vi(m)), as if there would be another. ;-)
>
> Good luck
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 15: temporary routing anomaly


 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-23-2006, 01:27 PM
In comp.os.linux.networking jatrojoomla <(E-Mail Removed)>:
> Michael Heiming wrote:
>> In comp.os.linux.networking jatrojoomla <(E-Mail Removed)>:
>> > Hi Forum,


>> > I need to install xServer or xWindow to admin remote linux Server.
>> > is it possiable? if yes then please any body tell me how??
>> > If no then, what is the possiable way to do that


>> Presuming from your headers you are running Linux, you don't need
>> to install anything.


>> 'ssh -CX remotehost' should give you a login with X11 forwarding
>> enabled through ssh. Any GUI app you start will open seamless on
>> your remote desktop securely transported through your ssh
>> connection, Apps that support docking will do the same if started
>> remote or not.

[..]

> I am using ssh to install software on remote linux server.
> for root I am using>> ssh -CX remotehost
> but I need also to login with other user for that what is the syntax
> should I use on SSH?


Do your self a big favor, never ever login to your wm as root,
there is zero need to do so. You are running with risks that can
be easily avoided.

If you are using ssh-agent it certainly makes your life easier if
you just run as the same user as you use on other systems. Be
sure that at least your users UID is the same on all systems, the
username is meaningless, the UID is what matters. You can use
'man usermod' to change it if there are differences.

Hopefully there isn't a complete mess regarding UID/GID already.

$ ssh --help
usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c
cipher_spec] [-D [bind_address:]port] [-e escape_char] [-F
configfile] [-i identity_file] [-L
[bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-p port] [-R
[bind_address:]port:host:hostport] [-S ctl_path] [-w
tunnel:tunnel] [user@]hostname [command]

There are two possibilities to login with another user as you can
see from the above:

[-l login_name] hostname or [user@]hostname

Full info can be found in the fine manual 'man ssh'.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 138: BNC (brain not connected)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
server Linux domain accounts remote access static IP linux konqueror in progress Linux Networking 2 12-22-2006 09:19 PM
How to install rpm or, software on remote linux server jatrojoomla Linux Networking 3 09-24-2006 12:05 AM
linux modem remote access server Scott Linux Networking 4 10-15-2005 11:28 PM
remotely administering a windows 2000 server Ali Windows Networking 3 09-16-2005 02:36 PM
Linksys BEFVP41, linux redhat 7.3 server remote windows xp pro workstation Paul Kraus Linux Networking 1 07-31-2003 03:03 PM



1 2 3 4 5 6 7 8 9 10 11