Problems with setting up SVN, WebDAV, Trac

View: New views
2 Messages — Rating Filter:   Alert me  

Problems with setting up SVN, WebDAV, Trac

by Faizan Kazi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all!
I was following this guide to install SVN, WebDAV and Trac on my new Ubuntu 9.10 clean install:

however, when i get to this:

$ mkdir ~/.ssh/
$ cd ~/.ssh/
$ ssh-keygen -t dsa
(I press enter for all the questions asked in the above statement and go with the defaults)

faizan@acer-laptop:~/.ssh$ cat ~/.ssh/id_dsa.pub | ssh faizan@acer-laptop "cat - >> ~/.ssh/authorized_keys"
ssh: connect to host acer-laptop port 22: Connection refused

Doesnt matter whether i try "ssh faizan@localhost" or "ssh faizan@...", it gives me the same ssh connection error.

can you please guide me on how to fix ssh??  btw... the "Firewall configuration" GUI from the System >> Administration menu tells me that the firewall is off (by default). not that that should trouble me from accessing "localhost" i assume.. :s

Thanks!!

Regards,
Fez


--
ubuntu-users mailing list
ubuntu-users@...
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

Re: Problems with setting up SVN, WebDAV, Trac

by Ian Coetzee-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 8, 2009 at 7:49 AM, Faizan Kazi <faizan.s.kazi@...> wrote:

> Hi all!
> I was following this guide to install SVN, WebDAV and Trac on my new Ubuntu
> 9.10 clean install:
> http://www.howtoforge.com/debian_subversion_websvn
> however, when i get to this:
> $ mkdir ~/.ssh/
> $ cd ~/.ssh/
> $ ssh-keygen -t dsa
> (I press enter for all the questions asked in the above statement and go
> with the defaults)
> faizan@acer-laptop:~/.ssh$ cat ~/.ssh/id_dsa.pub | ssh faizan@acer-laptop
> "cat - >> ~/.ssh/authorized_keys"
> ssh: connect to host acer-laptop port 22: Connection refused
> Doesnt matter whether i try "ssh faizan@localhost" or "ssh
> faizan@...", it gives me the same ssh connection error.
> can you please guide me on how to fix ssh??  btw... the "Firewall
> configuration" GUI from the System >> Administration menu tells me that the
> firewall is off (by default). not that that should trouble me from accessing
> "localhost" i assume.. :s
> Thanks!!
> Regards,
> Fez

I noticed that in the guide there is no mention that OpenSSH should be
installed, did you install OpenSSH?

What is the output of 'netstat -nlt' (run it without the quotes)?

Regards
Ian
>
>
> --
> ubuntu-users mailing list
> ubuntu-users@...
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>

--
ubuntu-users mailing list
ubuntu-users@...
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users