Hi Rick!

On 14.03.2016 16:10, Rick Lair wrote:
> Hello All,
> 
> I have been trying to setup sbackup on my wheezy machine, and cannot get 
> the remote backup to my pc in the office to work properly, mainly due to 
> not getting ssh setup properly. Attached is a link to a screenshot of 
> the setup page. On my Ubuntu machines, I clicked the "Use a remote site" 
> button, and manually entered the following 
> "ssh://testpc:[email protected]/home/testpc/backup/10vc/" and it 

This URL contains about the following info:

Protocol: SSH (Port 22 by default)
Username: testpc
Password: password
Hostname: testpc.local
Path: /home/testpc/backup/10vc/

> setup first shot, no problems. On the wheezy machine, it pops up the box 
> that is on the right of the screenshot, and I am not 100% sure what to 
> enter in the "Hostname" and "Path" boxes. I  have tried everything I 
> could think of for both, IP address and testpc.local for the hostname, 
> and all kinds of variety in the path box, but no luck.

I'm not sure what you are trying to achieve. Do you want to connect from
your Wheezy machine to the Ubuntu machine? Or do you want to connect
from the Wheezy machine to itself? Or something else?

With the data in your screenshot, the Wheezy machine would try to
connect to itself. I guess that it is failing because no SSH server is
running on this box. You could try that very easily by saying

$ ssh localhost

on a terminal. If it says "connection refused", then no SSH server is
running (or it is listening on another port than 22, but that is
unlikely). The SSH server is usually called sshd, so you should look out
for some daemon/package with this name.

Good luck!

Regards,
Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to