0
votes
1answer
35 views

SSH connection refused when connecting remotly

I set up my ubuntu server and it can connect to itself when running "ssh localhost". However, when I run Putty on windows 8 I get a "connection refused" error. I have, to the best of my ability: ...
0
votes
0answers
98 views

SSH/ SCP connection “Network is unreachable”

I have a problem with connecting to server via ssh. Everything was OK and I was connecting to server many times but today when i try connecting to server to send file using MC the program show me ...
2
votes
0answers
387 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
145 views

How connect to a ssh server from Nautilus on startup automatically?

I try to connect to the server from the startup automatically. How could I do it to see the server files on Nautilus?
0
votes
1answer
826 views

Can't connect (ssh, ftp,… timeout) to one computer on LAN (ping possible)

Since I've had a laptop (A), I've been trying to connect it with my Desktop PC (B) via router in a LAN, problem is (B) won't even answer any request aside from a ping. I've tried ssh, ftp, vnc, samba, ...
0
votes
1answer
118 views

ssh multiple clients

Hi I am new to ssh server but I have successfully been running it on other Ubuntu 12.04 computers. The latest computer I set up with openssh-server only seems to allow one shared connection between ...
1
vote
1answer
340 views

Access from anywhere in the world?

How can I acess to Ubuntu 12.04 LTS with SSH and VNC from anywhere in the world with a wifi connection? I found this application, but can this app access my Ubuntu system from anywhere in the world?
0
votes
1answer
673 views

Cannot ping between computers, but I can connect (only one way though)

I am new using Linux, so I would really appreciate a simple as possible answer. I cannot ping between two computers, neither to nor from. I can ssh from one computer to another, but not the other way ...
1
vote
1answer
592 views

SSH connection reset by peer after 11.10 update. (Proxy Issue)

My work computer sits behind a proxy (I know thats where the problem lies.) I was running 11.4 and using ssh to establish a socks proxy to my server at home. I can still connect to that server from ...
1
vote
1answer
289 views

I can't ssh in from outside my network, but I can from inside

My ssh server is set up on the standard port, and I forwarded the correct port in my router, but I'm still getting a "connection refused" message when trying to connect from the outside. I can connect ...
1
vote
3answers
3k views

ssh connection “permission denied” message

When I execute the command ssh localhost (in Ubuntu 10.10), it will display the error message "permission denied(public key)." What may be the problem? Is there any problem in sshd_config file in ...
1
vote
1answer
118 views

ssh connection closes after successful login

I am trying to run ssh on my computer so I can control it with my android phone. When I scan my local network with overlook fing at my phone I get that my computer is running ssh at port 22. So I try ...