Re: [OT] Help for ssh

2010-12-08 Thread Derek Atkins
Valdis Vītoliņš writes: >> Connection timed out > As it seems as a network connection problem > Probably you simply need to wait for better times... Nope, it was an SSH configuration problem. We tracked it down to a misplaced private key. The problem has been resolved. > Valdis -derek --

Re: [OT] Help for ssh

2010-12-08 Thread Valdis Vītoliņš
> Connection timed out As it seems as a network connection problem Probably you simply need to wait for better times... Valdis ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [OT] Help for ssh

2010-12-08 Thread Cristian Marchi
Il 08/12/2010 14:27, Derek Atkins ha scritto: Hi, Cristian Marchi writes: I need a little help with ssh. I've just installed from scratch Ubuntu 10.10 on my system and i have kept my home folder (where the checkout of GnuCash resides) in a separate partition to reuse it with the new install

Re: [OT] Help for ssh

2010-12-08 Thread Cristian Marchi
Thanks for replying Valdis. Here is the output of the command you mentioned: OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to host [67.215.65.132] p

Re: [OT] Help for ssh

2010-12-08 Thread Derek Atkins
Hi, Cristian Marchi writes: > I need a little help with ssh. I've just installed from scratch Ubuntu > 10.10 on my system and i have kept my home folder (where the checkout > of GnuCash resides) in a separate partition to reuse it with the new > installation. When I run svn update on my local Gn

Re: [OT] Help for ssh

2010-12-08 Thread Valdis Vītoliņš
It looks you use ssh public/private key for authentication, and it fails. What are folder permissions (shouldn't be readable to others) for ssh keys and is this folder encrypted (shouldn't be encrypted) What says: ssh host -vvv Valdis > I need a little help with ssh. I've just installed from scra

[OT] Help for ssh

2010-12-08 Thread Cristian Marchi
I need a little help with ssh. I've just installed from scratch Ubuntu 10.10 on my system and i have kept my home folder (where the checkout of GnuCash resides) in a separate partition to reuse it with the new installation. When I run svn update on my local GnuCash copy I get the following mess