Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Anthony Carl Perkins
> > > > On Tue, 20 May 2008, GVG GVG wrote: > > > > Dear Group, > >> > >> when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: > >> > >> ssh_exchange_identification: Connection closed by remote host > >> >

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Aaron Stellman
> On Tue, May 20, 2008 at 11:25 AM, Floor Terra <[EMAIL PROTECTED]> wrote: > > Thanks for your reply! > > Apache doesn't run nor any other httpd service. And yes, when defining port > 80 in the sshd_config file I did re-start the whole box! Also when I go via > a browser to my server it displays

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Otto Moerbeek
; debug1: identity file /home/[user dir]/.ssh/identity type -1 > debug1: identity file /home/[user dir]/.ssh/id_rsa type -1 > debug1: identity file /home/[user dir]/.ssh/id_dsa type -1 > ssh_exchange_identification: Connection closed by remote host > --

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Nico Meijer
Hey, > I know but I don't try to go via root! I'm using a regular user! What does `ssh -v [***]` say? Buhbye... Nico

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread GVG GVG
onnection established. debug1: identity file /home/[user dir]/.ssh/identity type -1 debug1: identity file /home/[user dir]/.ssh/id_rsa type -1 debug1: identity file /home/[user dir]/.ssh/id_dsa type -1 ssh_exchange_identification: Connection closed by remote host bas

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Pierre Riteau
On Tue, May 20, 2008 at 02:32:08PM +0200, Maxim Belooussov wrote: > Hi, > > > when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: > > Not enough info, but in case you are trying to ssh into box as root, > you will most probably fail. Root login is disabled by default in > O

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread GVG GVG
On Tue, May 20, 2008 at 2:32 PM, Maxim Belooussov <[EMAIL PROTECTED]> wrote: > Hi, > > > when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I > get: > > Not enough info, but in case you are trying to ssh into box as root, > you will most probably fail. Root login is disabled by de

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Paul de Weerd
On Tue, May 20, 2008 at 02:32:08PM +0200, Maxim Belooussov wrote: | Hi, | | > when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: | | Not enough info, but in case you are trying to ssh into box as root, | you will most probably fail. Root login is disabled by default in | O

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Maxim Belooussov
Hi, > when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: Not enough info, but in case you are trying to ssh into box as root, you will most probably fail. Root login is disabled by default in OpenBSD. Maxim

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread GVG GVG
On Tue, May 20, 2008 at 11:25 AM, Floor Terra <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, 20 May 2008, GVG GVG wrote: > > Dear Group, >> >> when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: >> >> ssh_exchange_identification

Re: ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread Floor Terra
Hi, On Tue, 20 May 2008, GVG GVG wrote: Dear Group, when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: ssh_exchange_identification: Connection closed by remote host Are you sure you are not trying to connect to httpd? -bash-3.2$ ssh -p 80 -v brobding.mine.nu

ssh_exchange_identification: Connection closed by remote host

2008-05-20 Thread GVG GVG
Dear Group, when I try to remotely ssh connect to a OpenBSD 4.3 box via port 80 I get: ssh_exchange_identification: Connection closed by remote host Please note, that the same box allows me to use port 443 and both ports (80 and 443) are registered in the sshd_config file. Thanks for your