0
votes
0answers
23 views

Offline remote management tool

Do you know of any tools that support the remote management of a Linux desktop, without requiring online access? I known of "online" alternatives and use them quite extensively (SSH and, for live ...
1
vote
1answer
44 views

Run single application with vnc

I would like to run an application on a remote ubuntu machine using vnc. Currently I have to ssh into the remote machine and run x11vnc Run vinagre locally Start the application in the vinagre vnc ...
0
votes
0answers
121 views

How do I setup a VNC server with gnome display manager on ubuntu 12.10 server x

I am trying to get a VNC desktop on a virtual machine. I googled around and tried first five results. I have installed different display managers, VNC servers and edited configuration files ...
0
votes
1answer
75 views

Can you sign in (Desktop 12.10) user via SSH?

I am away from my Ubuntu machine and was working on it via VNC. I had to sign out of a user account and I lost my Ubuntu VNC connection. I am assuming the VNC server is not running since Ubuntu is ...
0
votes
0answers
136 views

Wireless network hangs on ubuntu 12.10

I have network hangs through ssh. Htpc is an asus m45m1-m pro, with pci wlan card lspci: > 05:00.0 Ethernet controller: Atheros Communications Inc. AR2417 > Wireless Network Adapter [AR5007G ...
2
votes
2answers
778 views

using x11 forwarding with ssh and vnc?

I am working on a remote cluster via ssh with the -X option, because I need to visualize data and graphs, over a vpn protocol. Sometime due to the instability of the internet connection I lose my ...
0
votes
1answer
818 views

Can't connect (ssh, ftp,… timeout) to one computer on LAN (ping possible)

Since I've had a laptop (A), I've been trying to connect it with my Desktop PC (B) via router in a LAN, problem is (B) won't even answer any request aside from a ping. I've tried ssh, ftp, vnc, samba, ...
0
votes
1answer
116 views

How to create a VNC server such that each user can have access using its own user/password combination

I would like to know which software of what is the procedure to create a VNC server such that each user can have access using its own user/password combination ?
3
votes
1answer
1k views

SSH and x11vnc with multiple users

I have an Ubuntu 12.04 workstation at home which I also use when I'm at work. My girlfriend also uses it when I'm at work. The arrangement is that I connect through ssh while she is physically working ...
0
votes
0answers
381 views

How to SSH tunnel VNC from Mac OS X 10.7 to Ubuntu 12.04?

Is it enough to have opens and tightvncserver running on the server or is there more configurations to do? From the mac side, is it possible to ssh -X from a XQuartz terminal and run some ...
1
vote
1answer
339 views

Access from anywhere in the world?

How can I acess to Ubuntu 12.04 LTS with SSH and VNC from anywhere in the world with a wifi connection? I found this application, but can this app access my Ubuntu system from anywhere in the world?
0
votes
1answer
405 views

Connecting to SSH/RDP/VNC through one machine?

I am asked to come up with a solution for connection to ssh, vnc and rdp services in company firewall/proxy via one box on DMZ. The task is to get users to connect to this one box and then to the ...
0
votes
1answer
134 views

UbuntuServer, graphics-card died, cant log in to use SSH/VNS

Okay, weird situation. I have a really old desktop and yesterday I decided to setup ubuntu-server as a home server on that thing. It has no onboard graphics. I installed gnome-desktop, so at the start ...
3
votes
1answer
1k views

How do I secure vnc/desktop sharing?

I have a bunch of laptops I need to set up for our support dept and I need to be able to access/monitor them at all times. The laptops run ubuntu 11.10 gnome shell 3.2 and all have the desktop sharing ...
0
votes
3answers
3k views

How to access a machine through VNC using SSH?

We have more than 500 systems running ubuntu in our office. And sometimes after installation we forget to enable to Remote desktop. So that we was not able to control that PC remotely. Is there any ...
1
vote
1answer
522 views

Cant Remote Desktop To Server

I am trying to vnc into my server. On my actual server, when I type startx, it boots into gnome. It is at this point that my server will allow me to remote desktop into it. My problem is right now my ...
1
vote
1answer
139 views

Garbled UI with vnc, chicken-of-the-vnc, gridengine, qmon

Ubuntu 11.04 gridengine version 6.2u5-1ubuntu1 I start a desktop with the vncserver command. My ~/.vnc/xstartup ends with 'gnome-session'. I connect to it using chicken-of-the-VNC on my MacOSX ...
0
votes
1answer
79 views

How can I connect to my machine which is connected to internet via dsl?

I've configured my machine with dyndns.com so that I can use the ssh and vnc but the problem is, the machine is connected to internet via dsl,. so it uses a network ip address ex (192.168.1.xxx) ...
0
votes
2answers
1k views

How to restrict users on accessing my machine through ssh and VNC?

I dont want other users to access my machine through ssh and VNC.How to restrict this?As a admin i want to view and access all other system through ssh and VNC. Also only for my system ssh access ...
23
votes
8answers
4k views

What is the best way to set up a headless server?

I have a ubuntu development server at work. It is an old rack server that is located somewhere in the company's dungeon, where nobody ever goes :)The only way it can work is as a so-called headless ...