Skip to main content

Questions tagged [remote-access]

the process of accessing a system remotely, over the network. eg via vnc or ssh.

Filter by
Sorted by
Tagged with
166 votes
4 answers
646k views

Can I access Ubuntu from Windows remotely?

I have Ubuntu installed on my work computer. I am wondering whether I could have access to it from another computer with Windows installed. If so, could you give a step by step guide?
LaTeXFan's user avatar
  • 1,777
160 votes
8 answers
161k views

How do I SSH to machine A via B in one command?

I want to access a computer, say machine A which is based in my university's network. However, this computer is only accessible via the internal network of the university, so I can not use SSH to this ...
nikosdi's user avatar
  • 1,782
31 votes
2 answers
51k views

How to change Gsettings via remote shell?

I need to automate desktop configuration via Puppet, virtual terminal or ssh. Unfortunately, invocation of gsettings via ssh or virtual terminal gives: gsettings set org.compiz.core:/org/compiz/...
Adam Ryczkowski's user avatar
5 votes
1 answer
5k views

Access remote multiple servers behind NAT

I have a situation where our Ubuntu servers were deployed across multiple remote locations. These servers were behind a carrier grade NAT and also an internal NAT. Now from a central location I want ...
Sagar Khatiwada's user avatar
43 votes
5 answers
123k views

How can I install Ubuntu on a device without a screen nor a keyboard?

This is tricky. I would like to install Ubuntu on a machine that is intended to work as server, and for some reason I do not have an option to connect a screen to it. I expect this may be similar to ...
Rafał Cieślak's user avatar
37 votes
4 answers
177k views

How do I remotely control another Ubuntu desktop from Ubuntu?

How do I remotely control another desktop (both are Ubuntu 12.04) from my client machine? Is it possible to use Remmina Remote Desktop Client?
Phil's user avatar
  • 373
66 votes
3 answers
99k views

How do I disable remote SSH login as root from a server?

For security purposes my company wants me to not allow anyone to be able to log into our Ubuntu server as root remotely over SSH. We still want the root account to exist, we just do not want it to be ...
Rob S.'s user avatar
  • 1,641
49 votes
12 answers
276k views

Blank desktop when logging in via xrdp

I am trying to access Ubuntu 11.10 using Remote Desktop from a Win 7 machine. I installed xrdp. I launch the Windows remote desktop client and login in. I then get prompted for the user name and ...
nitefrog's user avatar
  • 761
37 votes
2 answers
20k views

Disable password access through SSH?

I'm setting up a server for backing up my desktop box remotely. I want to prevent remote password access to the server, permitting only users with private keys (AKA my desktop box) to access it. How ...
Evan Kroske's user avatar
  • 2,058
36 votes
4 answers
45k views

What free Remote Desktop (server) solutions are there?

I know Ubuntu comes with a "Remote Desktop" option that appears to be a straightforward VNC server, and I'm trying to understand the alternatives. Here are the possibilities I've heard about so far: ...
19 votes
4 answers
36k views

How to automount a gvfs file system on logon

I configured a remote folder in nautilus. I always need this remote folder, so I created a symbolic link to it in my home folder: ln -s ~/.gvfs/remote_folder ~/remote_folder. Though, when I first ...
Pedro Rolo's user avatar
  • 1,336
9 votes
3 answers
22k views

How to securely ssh into a machine at home over the internet

I will be travelling shortly, and I have a machine that run runs a bunch of cron jobs etc. I need to log in remotely to check the results of the jobs run and to do some work on the machine. Here are ...
Homunculus Reticulli's user avatar
8 votes
1 answer
6k views

Clean Install Of Ubuntu Server over the network?

I have an install of Ubuntu server, I was recently fooling around with it, and as all learning processes do, I messed a few things up. I would this box to be secure and reliable in the future, So I ...
myusuf3's user avatar
  • 34.5k
1 vote
2 answers
1k views

Use Outgoing SSH to receive incoming SSH

My ISP does not allow me to have a static IP address. As such I am unable to remotely SSH in my home machine. Is there a way I could SSH from my home machine to a server and SSH into the server from ...
Philippe Hebert's user avatar
13 votes
3 answers
18k views

How to enter the Default Keyring password via the command line?

Is there a way to enter the default keyring password using the command line? For instance: You have a remote setup of Ubuntu 10.10 thats set to auto login. You don't want to remove the keyring ...
Jerkofalltrades's user avatar
60 votes
10 answers
631k views

ssh: connect to host myremotehost.com port 22: Connection refused

So I am trying to get ssh working on my server. I can connect on my local network with the local ip address of the server perfectly fine. When I try to connect remotely (through a domain name that I ...
bahudso's user avatar
  • 603
41 votes
7 answers
99k views

How to run an SSH server without a static IP address

I have a powerful computer in the lab and I installed Ubuntu 11.10 64-bit on it. I want to install an SSH server on it, so I can reach it from home and even from my Android via ssh. But I haven't got ...
petrichor's user avatar
  • 1,167
40 votes
6 answers
254k views

What do I need for remotely accessing my Ubuntu 14.04 desktop?

I am at a loss as to how to set up my machine for remote connection. Do I need to install a VNC server (which one?) or is Vino (installed by default) enough? I opened Desktop Sharing Preferences ...
lfk's user avatar
  • 881
25 votes
6 answers
108k views

Remote Desktop from Windows onto Ubuntu 22.04 takes me to a XRDP login then a blank screen

I'm trying to get the Remote Desktop feature working on Ubuntu (Desktop) 22.04, but I can't seem to connect to my Ubuntu desktop from a Windows (10) PC. I'm using these instructions: https://help....
jon hanson's user avatar
25 votes
2 answers
17k views

Scheduling a reboot on a remotely located Ubuntu server

I work on a ubuntu server located in a place where I don't usually go. I use ssh over openvpn to access it. The machine has multiple wired interfaces, many static routes and multiple default gateways ...
nixnotwin's user avatar
  • 5,043
19 votes
5 answers
41k views

How to access an ubuntu machine via VNC from the login screen?

I want to access an Ubuntu machine remotely via VNC. But I can access the Ubuntu machine only if the user is logged in. I want to access the ubuntu machine via VNC from the login screen itself. We can ...
karthick87's user avatar
  • 82.4k
16 votes
1 answer
21k views

How to acquire a remote host fingerprint that is not in known_hosts?

ssh-keygen -l -F host will print out the key of a remote host, but only if the host exists in known_hosts.Is it possible to request a fingerprint from a host that isn't in the known_hosts file? (...
jtzero's user avatar
  • 331
4 votes
3 answers
8k views

After restart, how can I ssh into my system?

I have restarted my system remotely, but now when I try to ssh, I get the message ssh: connect to host desktop.hostname port 22: Connection timed out And when I try to ping it: PING desktop....
David LeBauer's user avatar
3 votes
1 answer
8k views

Use GNOME Remote Desktop before the very first login

I already read similar post, like this or this. I have a remote PC that I turn on from a remote place using a "magic" Wake On LAN packet though (so no direct access to it). I am currently ...
Nicholas Redi's user avatar
2 votes
1 answer
5k views

How to share screen on Ubuntu 11.04

I am new to Ubuntu and am trying to share my screen (To a user who geographically sits thousands of miles away from me). Basically, he wants to control my desktop and perform some installation/up-...
user avatar
2 votes
5 answers
47k views

Remote desktop from Windows to Ubuntu

The only monitor I have is one of those crt huge dinosaurs. I want to access my ubuntu machine from my windows laptop. I have tried a few VNC programs already and I cant get it to work. Any tips? Or ...
tjacks's user avatar
  • 31
2 votes
3 answers
5k views

Forward Internet connection over ssh to remote computer

I'm struggling to access the internet from my remote computer. I'd like to access the remote computer via ssh and have there the internet connection available to install packages etc. It looks like ...
jonas-'s user avatar
  • 23
1 vote
2 answers
7k views

How to setup media-server on ubuntu watch movies on mobile in local network and from internet?

I want to setup a media-server to store movies and videos in Ubuntu and play and watch them on a mobile device or a tablet. What i have to do to make that happen ?
Shantanu Bedajna's user avatar
0 votes
2 answers
2k views

Chages to sshd_config not disable password only login

I have Ubuntu 22.04.2 LTS installed as a virtual machine (Windows Hyper-V). I am making the following changes to /etc/ssh/sshd_config PermitRootLogin prohibit-password PubkeyAuthentication yes ...
Jan Pips's user avatar
112 votes
15 answers
277k views

Can you set passwords in .ssh/config to allow automatic login?

I'm using Ubuntu 11.10 and ssh for connecting to many servers daily, so I put their parameters in the .ssh/config file like this: Host Home User netmoon Port 22 HostName test.com Is there a way to ...
Netmoon's user avatar
  • 1,458
28 votes
11 answers
489k views

Unable to do remote desktop using xrdp

I have an Ubuntu virtual machine to which I need to do remote desktop. I do not have physical access to that machine and I can do only ssh to the machine. I wanted to do remote desktop and came up ...
user1667630's user avatar
26 votes
6 answers
68k views

Switch encoding of terminal with a command

One of the servers I quite often ssh to uses western encoding instead of utf-8 (and there's no way I can change that). I've started writing a bash script to connect to this server, so I won't have to ...
Tomas Aschan's user avatar
  • 2,932
19 votes
4 answers
2k views

Seeking an "operator present" indication for a remote system accessed over ssh

An elderly relative uses a Ubuntu 18.04 + LXDE desktop, mostly just for internet browsing and to play a few word games. They rarely shut the PC down...last time I checked, it had been turned on for ...
Organic Marble's user avatar
15 votes
3 answers
17k views

Resuming a vim session I have accidentally disconnected from

I came across an unusual problem today, I was using vim, had created a new alias in bash, and wanted to try it out. So I ctrl-z, exec bash (I do this because I don't like nesting it with bash). ...
hamhut1066's user avatar
10 votes
1 answer
10k views

How to mount a remote (over SSH) directory to be available like a local directory (incl. in shell, not just in Gnome)? [duplicate]

I've got my files (mostly text/code, nothing of heavy like videos etc.) in a directory on a remote server which I can only access by means of SSH. Can I mount it on my laptop to use it seamlessly from ...
Ivan's user avatar
  • 57.5k
8 votes
1 answer
78k views

How to enable ssh root access ubuntu 16.04 [duplicate]

on Ubuntu 16.04 sudo nano /etc/ssh/sshd_config change PermitRootLogin prohibit-password to PermitRootLogin yes sudo service ssh restart still permission denied
 bhytfghjmki's user avatar
7 votes
1 answer
39k views

Anydesk on Ubuntu does not save Unattended Access Security Setting

I tried to enable unattended access by: Run Anydesk as root user: sudo anydesk Go to Settings -> Security Check Enable unattended access checkbox Set password and click OK button But after OK button ...
Gryu's user avatar
  • 7,674
7 votes
5 answers
803 views

Single administrator computer for systems with only regular account on network

How can I have systems with only a regular account with administrative tasks managed by a single computer? I simply want be able to add/remove software on all computers from a single system. ...
Oxwivi's user avatar
  • 18k
6 votes
4 answers
28k views

How to print over ssh?

I have the following configuration: P == U ---------------- W P is a HP Laserjet, connected to U, which is an Ubuntu 10.04 desktop machine with a standard gnome setup from the live cd. I just ...
mit's user avatar
  • 2,131
6 votes
3 answers
12k views

How can I access my computer remotely?

I certainly know of the Remote Desktop app in Ubuntu, but I have never really bothered with accessing my notebook remotely. What is a complete step-by-step guide to accessing my notebook remotely? ...
Mysterio's user avatar
  • 12.1k
6 votes
5 answers
70k views

How to start AnyDesk in Ubuntu using command prompt

I am using my remote desktop via AnyDesk and I have rebooted my remote Ubuntu machine. Now I want to launch AnyDesk using the command line prompt to access the remote machine using the AnyDesk app.
Ranjit Chavan's user avatar
5 votes
3 answers
6k views

Remote access Ubuntu Server filesystem through GUI

I recently installed Ubuntu Server on an old computer to test various things. For now, I always accessed the server through ssh in a powershell/cmd session in my win10 laptop. How can I access the ...
R. Gomez's user avatar
  • 153
5 votes
2 answers
9k views

gnome-remote-desktop: Couldn't retrieve RDP username: Credentials not set - AND MORE

After installing a fresh copy of Ubuntu 22.04 I attempted to enable Remote Desktop: I then went to another workstation (tried both Windows and macOS with the Microsoft RDC and with Jump Desktop) and ...
ylluminate's user avatar
  • 1,499
5 votes
2 answers
15k views

How to access Ubuntu GUI through Teamviewer on headless server?

I'm building what will primarily be a Plex Media Server, but I also like to tinker with Linux, so I'd like to get to the GUI via Teamviewer. I got everything up and working before I realized GUI ...
hppyfngy's user avatar
5 votes
1 answer
12k views

Can't get Chrome remote desktop working on Linux

I need to be able to connect to computer running Lubuntu 20.04 with Chrome remote desktop. I have installed it with dpkg -i. After adding a couple of required dependencies it has set up smoothly. Then ...
S. N.'s user avatar
  • 335
4 votes
2 answers
14k views

Am I being hacked?

I recently let a hacker (who I met once and don't know too well) connect to my computer through (I guess it was remote access)- I had to fill in my IP on a third party website and click a button and ...
Erik Lipkin's user avatar
4 votes
3 answers
8k views

Editing remote files via SSHFS mount very slow (Sublime Text)

I'm trying to nail down the best way to work on projects located on a remote server. I use Sublime Text and I've been experimenting with SSHFS on Ubuntu to mount the remote directory locally and then ...
tdc's user avatar
  • 141
4 votes
1 answer
8k views

allow remote mysql access (through webmin or shell)

Spec: Ubuntu 14.04 webmin/virtualmin 1.791 I am using following code to test remote mysql database connection: <?php $db_host = "123.456.789"; $db_name = "database"; $db_user = "user"; $db_pass =...
shenkwen's user avatar
  • 439
3 votes
1 answer
2k views

Create Symbolic link into Gnome's online account --googleDrive?

I have a question to ask, how can I create a symbolic link into the drive's path from my local directory? In the past, I've done it using the OpenDive package, but never tried with gnome's online ...
TassosK's user avatar
  • 143
3 votes
2 answers
4k views

Installing VNC with resumable sessions

I'm coming from Fedora, where there's a useful package called "vnc-ltsp-config", which installs VNC so that it functions just like a normal Gnome desktop (i.e. it provides a login prompt, and then ...
Cerin's user avatar
  • 6,574