Tagged Questions
0
votes
1answer
11 views
Install netbeans from a local computer to a remote workstation
I've downloaded the netbans.sh file from its official website and I'd like to install it to some workstations without having to copy it in any of those workstations.
Can I remotely ssh connect and ...
1
vote
2answers
50 views
Need a simple, foolproof remote admin for Ubuntu Server
I'm running an Ubuntu server 12.10 box and need a foolproof remote admin for my wife/kids who have even less experience of linux than I.
The box only runs as file server and our LAN Minecraft server. ...
2
votes
2answers
127 views
SSH into Ubuntu 12.10 from a remote computer
I am trying to login to my Ubuntu 12.10 desktop remotely. I have the SSH server installed and it works fine when I am on the same network as the Ubuntu desktop. However, I am unable to connect ...
0
votes
0answers
141 views
xfce / thunar: mount a remote (ssh) usb disk?
My home server has an external USB drive connected. I prefer to keep it unmounted so I don't have to log in if I want to unplug it (for backup rotation).
But I'd also like to be able to browse it in ...
1
vote
2answers
88 views
Download file directly to a remote machine
Is there any possibility to download a file to some remote machine which has ftp, ssh, nfs access. What I mean is that it doesn't have to go through the machine from which the download is issued.
1
vote
1answer
176 views
Log into desktop using SSH?
A few months ago I converted an old desktop computer into a basic server by putting Ubuntu (desktop version) onto it and setting up apache2, etc. I have SSH configured so that I can work on it ...
0
votes
0answers
162 views
ssh into server to run command, but command runs locally? [closed]
I am doing this
#!/bin/bash
#
for i in `cat filer.list`
do
ssh user@$i "version"
done
However, the script keeps running "version" locally and not on the remote server.
The remote server is ...
0
votes
1answer
648 views
How would you go about backing up a remote Ubuntu VPS via SSH?
So, as I said I have a VPS, Raspberry Pi and a plan, but I am in need of some advice, so here goes.
I have a VPS with prgmr.com which I ahve up and running nice and smoothly without any issues. I ...
1
vote
1answer
1k views
Installed Xubuntu desktop on Ubuntu 12.04 server and now can't connect via SSH
I have a ubuntu 12.04 server that I could connect to fine using ssh over the internet. I installed the xubuntu desktop on it, didn't change any settings, then suddenly ssh stopped working.
I can ...
14
votes
2answers
10k views
Locale variables have no effect in remote shell (perl: warning: Setting locale failed.)
I have a fresh ubuntu 12.04 installation. When i connect to my remote server i got errors like this:
~$ ssh example.com sudo aptitude upgrade
...
Traceback (most recent call last):
File ...
0
votes
0answers
33 views
Is it possible to continue an ssh session upon each re-connection? [duplicate]
Possible Duplicate:
How to keep processes running after ending ssh session?
I'm running Ubuntu 10.04 on a remote server. I'd like to know if it's possible to continue an ssh session upon ...
0
votes
0answers
165 views
Another Remote SSH configuration problem
I have the following configuration :
1) A tunnel is created between host W and H so I can connect to W from home on port 23000 through H :
on my laptop : ssh -p 23000 H and this brings me to W
2) H ...
4
votes
1answer
128 views
How to stop SSH filesystem from discarding root permissions after every command?
i have a small bash script that mounts my sshfs...
problem is it ask for the server/host password for every mount...
i have four mounts and i have to enter it every time for 4 times and its ...
3
votes
1answer
901 views
How do I tunnel and browse the server webpage on my laptop?
I run a web app in one of my lab servers, and I have already setup X11 Forwarding on those machines. Other lab members can tunnel through SSH, and browse that web app on their local browser at home.
...
1
vote
2answers
323 views
Simple ssh examples for Ubuntu
I would like to use ssh to access the shell of another Ubuntu computer and issue a few commands. I'm interested in how to form the shh command in the following scenarios. To keep it simple, I will ...
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 ...
0
votes
1answer
345 views
What command can mount an SSH share and launch a file?
I have a file on another Ubuntu machine. I want to access it from my machine on my LAN. I don't want to go into Nautilus to mount the share first and then browse to the file. I want a command that ...
2
votes
2answers
1k views
How to ssh to a running X instance remotely?
I have an X instance running on my server computer, and on occasion I connect to it remotely via TeamViewer. Once in a while TeamViewer crashes and I cannot restart it remotely. Is there a way to ...
26
votes
6answers
7k views
How to use SSH (ssh & rsync commands)?
How can I SSH with a remote server so I can browse files and edit them. I have a username and password to use.
5
votes
1answer
2k views
Shutting down a computer remotely
What ways are there to shut down a computer remotely? My desktop is running Ubuntu 11.04 desktop edition and when I try to shut it down remotely using ssh, it doesn't actually work. I used the ...