BackupPC-users

Re: [BackupPC-users] The dread "Unable to read 4 bytes" / "Read EOF: Connection reset by peer"

2010-05-11 19:39:36
Subject: Re: [BackupPC-users] The dread "Unable to read 4 bytes" / "Read EOF: Connection reset by peer"
From: Raman Gupta <rocketraman AT fastmail DOT fm>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 11 May 2010 19:37:37 -0400
On 05/11/2010 02:52 PM, Nick Bright wrote:
> Precisely correct. I removed those port arguments and set the SSH server
> on the target machine back to port 22 and it's working. Now I need to
> figure out how to properly tell BackupPC that SSH is on a non-standard
> port. I thought that I was doing it properly, but clearly not. All my
> other boxes use the standard ports, which is why I've not had this issue
> before.

My preferred way to do this is to add an entry to
~backuppc/.ssh/config:

Host backuppc_alias
     Hostname realhostname
     Port 222
     Compression yes

would connect the BackupPC alias backuppc_alias to realhostname, port 
222, with compression on.

man ssh_config

Cheers,
Raman

------------------------------------------------------------------------------

_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/