Page 1 of 1

[SOLVED] SSH server

PostPosted: Jun 11th, '12, 01:24
by freetibet
have installed Dropbear…
it works on startup…
but refuses all connections…
help...

Re: SSH server

PostPosted: Jun 11th, '12, 01:37
by wintpe
Is there a firewall rule in place to allow port 22?
Regards peter

Re: SSH server

PostPosted: Jun 11th, '12, 01:39
by freetibet
firewall is off just so I can get this sorted...

Re: SSH server

PostPosted: Jun 11th, '12, 01:46
by freetibet
OK.
This is actually working now.
So I just need VNC working… my other thread…

Re: SSH server

PostPosted: Jun 11th, '12, 01:50
by wintpe
Are you looking to give the etiquet police a high posting score :)
Regards peter

Re: SSH server

PostPosted: Jun 11th, '12, 01:53
by freetibet
wintpe wrote:Are you looking to give the etiquet police a high posting score :)
Regards peter

No sorry...

Re: SSH server

PostPosted: Jun 11th, '12, 21:33
by doktor5000
Hint:
Image
;)

BTW: I'm curious, is there any particular reasons why you're using dropbear in favour of openssh-server?

Re: [SOLVED] SSH server

PostPosted: Jun 11th, '12, 22:48
by freetibet
Openssh-server did not seem to work… not sure why, I installed it etc….
is it better ?

Re: [SOLVED] SSH server

PostPosted: Jun 11th, '12, 23:09
by doktor5000
Did you start it after installing? It does not need configuration, but you have to start it if you want to use it, as with all programs ...

Re: [SOLVED] SSH server

PostPosted: Jun 11th, '12, 23:21
by freetibet
can't remember, tried a few times then just installed the above...

Re: [SOLVED] SSH server

PostPosted: Jun 11th, '12, 23:23
by doktor5000
For reference, here's the link to the other thread: viewtopic.php?f=8&t=2759

And the info how to install openssh-server via Mageia packages:

adding the ssh server is rather easy:

Code: Select all
urpmi sshd && service sshd start

It will automatically start at runlevel 2 to 5.

Can't get much easier than that, i'm afraid.

Re: [SOLVED] SSH server

PostPosted: Jun 11th, '12, 23:28
by freetibet
that is easy… I would have done that first time had i known.

Re: [SOLVED] SSH server

PostPosted: Jun 12th, '12, 00:59
by doktor5000
Well, maybe you should have asked beforehand? ;)