Questions tagged [remote-access]

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

493 questions
168
votes
4 answers

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
  • 1,797
166
votes
8 answers

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 computer from home directly. Here's what I do…
nikosdi
  • 1,852
114
votes
15 answers

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 put passwords for each connection in this file, so…
Netmoon
  • 1,498
97
votes
6 answers

sudo: no tty present and no askpass program specified

When attempting to run a remote binary using sudo on the remote box: ssh remotehost "sudo ./binary" I see this error: sudo: no tty present and no askpass program specified How can I work around this?
Drew Noakes
  • 5,878
67
votes
3 answers

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 able to be logged into remotely. How would I…
Rob S.
  • 1,651
61
votes
10 answers

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 set-up for the server, which I know works) I get…
bahudso
  • 613
57
votes
6 answers

Remotely access postgresql database

I need to access a postgresql database from a remote machine on a VPS at DigitalOcean running 12.10 and postgresql 9.1. How do I do this? I noticed port 5432 is closed, how do I open this?
51
votes
12 answers

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 password. It then logs in, but all I see is the…
nitefrog
  • 781
44
votes
5 answers

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 remote installation. However, there is currently…
42
votes
7 answers

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 any experience on creating an ssh server. The…
petrichor
  • 1,177
40
votes
6 answers

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 dialogue and enabled it (checked first two, allow to…
lfk
  • 911
38
votes
2 answers

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 can I block remote password access while allowing…
Evan Kroske
  • 2,078
37
votes
4 answers

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
  • 373
36
votes
4 answers

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: VNC VNC + SSH Tunnelling NX Server, free…
Tao
  • 101
33
votes
9 answers

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…
jon hanson
  • 443
  • 1
  • 6
  • 10
1
2 3
32 33