1
vote
1answer
44 views

How to connect to existing X session without unlocking physical display?

I usually leave many programs running on my workstation and sometimes I need to use it remotely. So I need to connect to existing X session, while keeping physical display (workstation's monitor) ...
0
votes
0answers
22 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 ...
2
votes
0answers
324 views

Why can't Ubuntu access my Raspberry Pi across LAN?

Okay, I recently got a Raspberry Pi, and I got it connected to my Wi-Fi - I enabled the SSH and installed Hiawatha, and I could access it just fine from my Desktop, which was running Puppy Linux at ...
0
votes
1answer
702 views

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 ...
0
votes
1answer
20 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? ...
4
votes
1answer
108 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 ...
0
votes
1answer
44 views

I am not able to login to another laptop

I am using this command: userA :~$ sudo ssh userB@192.168.1.3 It says ssh: connect to host 192.168.1.3 port 22: connection refused. I want to login remote & this is not working. In a forum ...
1
vote
1answer
420 views

File manager (Nautilus) hangs or is ultra slow when listing contents of ssh/sftp server

I used to use File --> Connect to server to connect to my remote ssh a lot before 12.04/11.10. But now in a fresh install of 12.04, whenever I try to access the remote files, nautilus either always ...
4
votes
2answers
243 views

Can I SSH into a computer using Landscape?

I have a couple of computers that I manage using Canonical Landscape. Both of them are behind routers and in different cities so I can't easily SSH into them using openssh. They're running Ubuntu ...
2
votes
1answer
965 views

Remote access via ssh with password

During my experiments with VPS (11.10 x86) I meet some problem with remote access to my machine. After installing the system, I'm able to login via Putty from Windows machine (default account with ...
2
votes
2answers
498 views

Execute a command on local computer from a connected remote SSH host?

Say I have connected to a remote computer via SSH. From a program on this remote computer, I need to execute a command on my local computer (the connection initiator). Which raises the question: is ...
2
votes
1answer
108 views

How do I start a program on my desktop from an SSH session?

Lets say I want to start Teamviewer on my home-desktop which I currently only have SSH access to. How would I do that?
0
votes
1answer
166 views

How do I allow more than one user to read the output and enter commands for a program running in the Terminal remotely via SSH?

I've looked around and I've seen that some people recommended using Screen, but I don't exactly know what they meant. The program in question is a Minecraft server. I need it to be able to allow ...
2
votes
4answers
1k views

Opening the file browser of the remote machine via terminal and moving files around?

I can SSH to my remote desktop machine via my laptop and launch its file browser via terminal by: nautilus but I would like to be able to drag and drop the files from remote machine to my local ...
1
vote
1answer
10k 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 ...
1
vote
4answers
779 views

Problem with scp syntax

I am trying to copy a .tar archive from remote server to my pc. Directory of the archive that I want to copy: canserhan@embserv:~/tar_files/rtl_archive.tar Destination: ...
0
votes
1answer
188 views

Remote ssh configuration problem

My basic problem is that I would like to launch graphical application (eg firefox) on a remote computer (at work) from my computer at home. The computer at work (WPC) is behind a firewall. So I'm ...
1
vote
2answers
1k views

default shell for remote commands through ssh

I have the following setup on my ubuntu 10.04 box ~$ echo $SHELL /bin/bash ~$ grep $USER /etc/passwd ubuntu:x:1000:1000:Ubuntu,,,:/home/ubuntu:/bin/bash However, when I run a remote command, zsh ...
3
votes
2answers
12k views

How to solve: “Connect to host some_hostname port 22: Connection timed out”

I have two Ubuntu machines. Both have openssh-client and openssh-server installed on them. ssh-ing from machine G (fresh Ubuntu 11.10 installation) to machine K works great. But ssh-ing from machine K ...
1
vote
1answer
662 views

FTP over ssh hangs on “Connection established: Waiting for Welcome Message”

I have looked far and wide and have not quite found the answer. I am running ubuntu 11.10, openssh, and vsftpd. I am trying to configure my FTP to tunnel over ssh. My ssh connection works just fine ...
7
votes
6answers
10k views

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

I'm using ubuntu 11.10. I'm using ssh for connecting to many servers daily, so i put their parameters in .ssh/config file; like this : Host Home User netmoon Port 22 HostName test.com Is there a ...
10
votes
5answers
4k 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 ...
4
votes
3answers
448 views

Tools To Manage Server Through SSH

Any Tool Like This In Ubuntu server so i can manage easily my server through SSH Yast tool open in SSH
1
vote
1answer
282 views

How do I get package update notifications on login?

In Ubuntu 11.04 Server when I would log in via ssh it would tell me how many packages are available for updating in the welcome message. After upgrading to 11.10 I no longer get that information. Is ...
2
votes
1answer
827 views

Disable interactive SSH at user-level

I connect to a server I don't control via SSH. I use public key access and don't need to be able to connect with a keyboard-interactive password. I would like to disable keyboard-interactive access ...
3
votes
3answers
3k 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 ...
1
vote
1answer
769 views

running two firefox instances — one locally and another through ssh

I would like to have two firefox instances running at the same time in my laptop, one locally and another opening an instance through an ssh connection to another computer. If I just try to open the ...
1
vote
1answer
1k views

How to ssh to Live CD for remote recovery - root password issue?

Is there an automatic way to SSH to a machine that booted from Live CD? I have a remote server with a HDD issue and the ISP booted my machine from a Live CD. I can SSH to the machine (lucky has the ...
2
votes
2answers
523 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 ...
2
votes
2answers
2k views

copy with ssh with port other than 22

How do I copy files from my local to some remote server which hosts ssh on port other than default (22). I usually connect to the server using ssh username@remotehost.com -p 2000 Now I need to ...
2
votes
1answer
2k views

How do I remotely access my ubuntu virtual machine?

I have an Ubuntu Desktop edition virtual machine and I would like to access it via ssh remotely but if I'm not logged onto the virtual machine I cannot access it remotely via ssh. Only when I'm logged ...
6
votes
1answer
3k views

NX/SSH remote access with Remmina

After many days and a lot of frustration, I managed to get freenx to work on my home server. I can connect to it with nomachine's linux client, but I want to use Remmina for this purpose. The problem ...
3
votes
4answers
3k 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 ...
7
votes
3answers
1k views

Use real browser instead of w3m on SSH connections

I am using Ubuntu as desktop and server OS. When I am logged in to the server via ssh on terminal and have to view a web-page (localhost) on the server I use w3m (w3m localhost). Unfortunately w3m is ...
2
votes
1answer
830 views

wakeonlan from remote host

I have setup wake on lan service on my server. Everything works fine on local area network: root@server$: poweroff user@local$ wakeonlan AA:BB:CC:DD:EE:FF and the server wakes up. ...
3
votes
1answer
497 views

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

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 ...
7
votes
5answers
271 views

Why is openssh-server needed to receive incoming ssh connections?

Why is it needed? can't I just give an address:port and just "connect"?
9
votes
2answers
1k 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 ...