[wplug] weird rsync error

Tom Rhodes trhodes at FreeBSD.org
Wed Mar 19 22:23:27 EST 2008


On Wed, 19 Mar 2008 22:57:17 -0400
Zach <netrek at gmail.com> wrote:

> On Wed, Mar 19, 2008 at 10:39 PM, Tom Rhodes <trhodes at freebsd.org> wrote:
> >
> >  That's very interesting - I've only seen that issue on OpenSolaris
> >  but I guess it can happen here as well.  Run this:
> >
> >  scp id_dsa.pub username at host:~/.ssh/authorized_keys
> >
> >  Should have also noted that I'm assuming sshd on the server is
> >  allowing keys - though, if it isn't, you should be able to just
> >  create your own ssh_config locally and overwrite.  But we'll
> >  cross that bridge when we come to it.
> 
> Hi Tom,
> 
> Seems once again a connection is established but no file transfer
> takes place. This is really vexing! Details below:
> 

[SNIP]: debug output again.

How about using sftp?  Just login like this:

sftp user at host
sftp> cd .ssh
sftp> put id_dsa.pub

Should work (if I recall sftp correctly).  Let me know what's
up there.  Thanks,

-- 
Tom Rhodes


More information about the wplug mailing list