SSH, otherwise known as "Secure Shell", is a method for securely connecting to a remote computer.

learn more… | top users | synonyms (1)

2
votes
1answer
164 views

Unable to connect to my remote Ubuntu system using SSH

I want to connect to my remote PC running on Ubuntu 12.10 using SSH. But when I try ssh my_username@my_current_ip, I get this error: ssh: connect to host 117...** port 22: Connection timed out I ...
1
vote
0answers
35 views

How to run openmpi on virtualbox with 3 PCs through SSH?

I have 3 PCs with Vista, running Ubuntu through Virtualbox on them. I have installed openmpi and ssh on them, they are connected via ethernet. The IP addresses are all 10.0.2.15. And I can ping with ...
0
votes
1answer
211 views

Ubuntu Desktop with GUI and SSH access

I used to have Ubuntu Server 12.10, and I used to connect to it with my Windows PC using SSH. All I had to do was turn my server computer on and next thing I could do was run my PuTTY and connect to ...
0
votes
1answer
77 views

Restrict SSH Access to Specific IP for User

My /etc/ssh/sshd_config file has a line like: AllowUsers jim@11.22.33.456 If I want to allow jim to use another IP addresses, how do I specify it? Does it take the form of a comma separated list? ...
0
votes
0answers
37 views

What is the easiest way to secure a cluster of servers so they can communicate with each other?

I am working on configuring an expandable Ubuntu Cluster to host several Riak Database Nodes. These nodes need limited ports open to talk amongst each other, but only to other nodes in that private ...
6
votes
1answer
199 views

Can I SSH into a specific directory?

I SSH into a multitude of different servers every day and some of them have different filesystem structures for their websites. Each time I change server, I have to work out where I'm going to get to ...
1
vote
2answers
467 views

Trying to install java

I'm extremely new to linux and wanted to run a server but the program want to run requires linux. Im trying to run this command via ssh to my server but receive this every time. sudo apt-get install ...
0
votes
0answers
26 views

Unable to connect to external server(s) on port 22, but _only_ when plugged into power

This is a fairly bizarre issue for me! I've been having trouble connecting to a few servers via ssh. The problem was intermittent, and I was pulling my hair out trying to narrow down the cause. It ...
0
votes
0answers
212 views

Trying to setup & access Ubuntu 12.10 RDP via SSH

So I have a Ubuntu 12.10 sitting at home. I SSH to my DD-WRT router. I use the Bit Vise SSH client to SSH from my Windows 7 laptop at work to my router. I have terminal access to the Ubuntu PC thru ...
1
vote
0answers
112 views

Ubuntu 12.04 SSH works from terminal, but not from GNOME

I have two Ubuntu boxes set up: one running 12.04 Server and one running the standard desktop version of 12.04. I can ssh into my server computer from my desktop using terminal (using ssh ...
2
votes
1answer
167 views

Boot from USB, setup through ssh

I've got a new home server with no keyboard, monitor, etc., but with the ability to boot from USB. I want to install Ubuntu Server on it, but can't work out how. If possible, I want a disk image that ...
1
vote
4answers
187 views

Should I always restart the system when I see “System restart required”?

These two nice SE posts (1, 2) comment on restarting one's ubuntu machine but they leave me with a few questions: How do you actually do the restart (I'm a beginner and using 12.04.1 LTS)? Should I ...
0
votes
0answers
134 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 ...
1
vote
0answers
35 views

wireless network instability with large file transfers after upgrade to 12.04

I have Ubuntu 12.04 running on a PC at home. I use it to store files, manage git repos, and back up my remote servers. Everything was running great while I was running Ubuntu 11. Now, the connection ...
0
votes
1answer
96 views

Host alias for ssh

There are a few SSH destinations I will frequently be connecting to and I'm wondering if rather than remember the IP address I can create a host alias for them. I'd like to be able to use... ssh -p ...
0
votes
0answers
32 views

Auto-passphrase in schroot: can't connect to `/run/user/korn/keyring-x30g9r/gpg

when running "debuild -S -sa" to create the source files and sign them in Ubuntu 12.04 I only had to enter my passphrase once and then it is automatically used to unlock my private key on future runs ...
1
vote
0answers
74 views

SSH Tunnel printing questions

I connect to my Office PC (my business) via SSH from my Home PC. Both Machines run 12.04 LTS. I ran SSH into the Office PC and use RDP. I have a Brother MFC-7860DW (connected to the Router via ...
3
votes
1answer
309 views

juju bootstrap: “ERROR SSH authorized/public key not found”

I installed Ubuntu Server 12.10 in a VM and tried to setup Juju following these guides: https://juju.ubuntu.com/get-started/ ...
2
votes
1answer
55 views

Why does it take so long for ssh to decide there was an error?

I use ssh to log onto my server. Sometimes, I leave it connected and go away from the computer, in which time the computer goes to power saving mode (or whatever it's called - the screen just goes ...
1
vote
1answer
392 views

Ubuntu server ssh after reboot: Permission denied (publickey)

I have a server setup where I can ssh to from my mac. The setup is made with a trusted key and it works perfect. But whenever I reboot the server and I that try to login using ssh my_user@ip then it ...
0
votes
0answers
35 views

Can I store a password in a bash script? [duplicate]

Is there some way to store (for example hashed etc.) secured password in a script that will be used during connection to server? Storing password and username as clear text in code for me is quite ...
1
vote
2answers
1k views

ssh: connect to host 192.168.1.7 port 22: Connection refused

I get this error when ever I try to connect my desktop with another desktop using SSH, but I'm able to ping the other desktop successfully. ssh: connect to host 192.168.1.7 port 22: Connection ...
0
votes
0answers
98 views

Setting up chrooted shell accounts with schroot and debootstrap on Ubuntu 10.04

IVe found a ton of documentation on setting up schroot/debootstrap as well as a ton of stuff on jailing sftp and some modest instructions for creating a chrooted shell but i cant find anything on get ...
0
votes
1answer
78 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 ...
1
vote
1answer
47 views

“Permission denied (publickey).” error when trying to ssh into server

I am trying to connect to a server via SSH. I am getting the following log from using the command: ssh -vvvT ubuntu@ec2-176-34-121-133.eu-west-1.compute.amazonaws.com. Please could someone help me ...
3
votes
1answer
310 views

How can I get gnome-keyring-daemon to prompt for ssh-key password in the terminal instead of the GUI

When accessing an ssh-key with a password for the first time in a gnome session, it's so much clearer for the password prompt to appear in the terminal I'm running the ssh command in. Instead, though, ...
0
votes
0answers
146 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 ...
0
votes
1answer
127 views

Problem Setting Up Local SSH Server

I am trying to setup one of my linux computers as an ssh server but I can't connect to it. I have openssh-server and openssh-client installed already on both computers (client and server). If I run ...
0
votes
1answer
62 views

Used SSH to establish internal connection to another virtual machine; now I can't change it back

I logged onto my server from a remote computer via SSH using its hostname server.domain.com. The Samba server's IP is 192.168.5.33. I then used the ssh command to connect with the local FTP server ...
1
vote
2answers
467 views

Can't start, stop, or interface with SSH service

Having really bizarre behavior with ssh. I have the ssh-server running fine, configured ufw (firewall) fine as well. However, it seems I can't manage ssh as a service or through /etc/init.d/ssh. I ...
0
votes
0answers
157 views

slow console typing during SSH sessions [closed]

I've recently moved from Fedora to Kubuntu, all was fine (almost) until I've did last update today. I assume this change caused slowness. Basically when I'm working in console on my localhost all is ...
1
vote
3answers
174 views

Cannot Ping from server when logged in from another machine

So I found out my problem when I would use the curl method on my linux Ubunutu 12.10 Server at home while logged in from my laptop (Mac OSX Lion). Nothing was happening when I would use the curl ...
0
votes
1answer
284 views

Shutdown over SSH [duplicate]

I just installed a fresh ubuntu server 12.04. I log in over SSH and use sudo -s to get root access. Then I use shutdown now and the server closes the connection. I cannot access the server over SSH, ...
4
votes
1answer
124 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
128 views

How do I get sound back after connecting with x2go without rebooting?

When I connect remotely over NX using x2go, for some reason, I get a pop-up on the server asking if I want to permanently forget the sound devices that have just been removed: The devices are not ...
0
votes
0answers
61 views

$XAUTHORITY problem in openvz Ubuntu guest

I recently installed Ubuntu 12.04 x64 in openvz, but the X11 forwarding doesn't seem to work. I have installed xauth, but $XAUTHORITY is not set, nor is there a ~/.Xauthority file. And I can't open ...
0
votes
1answer
198 views

How to get my ssh passphrase remembered during a Ubuntu session?

If I open a gnome terminal and connect to a server through SSH, I am asked for my passphrase by a text prompt in my terminal instead of a GUI, and, worse, this passphrase is not stored in memory for ...
0
votes
0answers
67 views

Lubuntu 12.04 screen lock kills ssh session

Friends-- Lubuntu 12.04 fresh install. I login from the computer. I then login via ssh from another computer. When the first session screen locks after X minutes, my ssh session is killed or at least ...
0
votes
1answer
222 views

Unable to ssh with error Connection Refused

I seem to be running into a problem when attempting to ssh. Here is my scenario; Host A - 192.168.1.6 Host B - 192.168.5.10 From Host B, I am unable to ssh to Host A, as I get the error "ssh: ...
2
votes
2answers
239 views

Why ssh “password” prompt takes too long to appear?

When I try to connect ssh it takes too long (almost 2 minutes) to appear password prompt. Why does this happens?
1
vote
0answers
241 views

Suddenly cannot access SSH on LAN

I had ssh running on my LAN server. Suddenly (not sure what I did), I cannot access the LAN server via ssh. When I try, it just hangs for a while with no response and finally comes out with a timed ...
2
votes
1answer
161 views

svn-ssh under ubuntu

I use putty+pageant on Windows to be able to access the svn server by using ssh. I have my private key that works. I'm now trying to use the same key on a Ubuntu VM. I used the .p12 key in Firefox ...
1
vote
0answers
39 views

Is there a good ssh jail solution for Ubuntu 12…? [duplicate]

Is there a good how-to/tutorial on setting up a chrooted ssh environment on Ubuntu 12.04LTS. I'm NOT interested in chrooted sftp which is easy to implement. It's jailing users in their home ...
1
vote
0answers
173 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
1answer
69 views

Disabling bash history index in terminal

When I SSH into somewhere, I see something line this in the terminal: [504]% Looking it up, looks like its my bash shell history. How can I disable this index display and show the current working ...
1
vote
0answers
73 views

Why does sshpass not work on ARM?

I am trying to use the sshpass command to automate installation of software on remote systems. It was installed using sudo apt-get install sshpass Trying on my PC, using sshpass -e to provide a ...
1
vote
3answers
327 views

How to run applications in x from ssh?

I have recently switched from windows 7 to ubuntu 12.10. In ubuntu 12.10 I am using putty to connect to a unix machine remotely where several of my files are stored but editing texts files through ...
3
votes
3answers
2k views

Why do I get this warning from Gnome keyring in Xubuntu?

I have installed xubuntu-desktop ontop of a stock Ubuntu installation. When using ssh, or more specifically git, I always get this warning WARNING: gnome-keyring:: couldn't connect to: ...
1
vote
2answers
131 views

How to run app “quietly” on ubuntu vps via ssh

I have an ubuntu vps and I want to run an app through ssh but I want to do it "quietly". I mean, when I for example start top, it is displayed in my ssh console and I don't have access to my vps ...
1
vote
0answers
31 views

Can anyone recommend a good chroot ssh tutorial/ how to for Ubuntu 12.04 LTS [duplicate]

Possible Duplicate: Simplest & Easy Way To Jail Users I'm looking for a good how-to/tutorial on setting up a chrooted ssh environment on Ubuntu 12.04LTS. I'm NOT interested in chrooted ...

1 2 3 4 5 19