[haiku-development] Re: Haiku server [http://haiku.zone/]

  • From: kallisti5 <kallisti5@xxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 14 Mar 2017 13:21:38 -0500

On 2017-03-14 13:19, Adrien Destugues wrote:

On Tue, Mar 14, 2017 at 06:03:55PM +0000, Dave Thompson wrote:
No luck I’m afraid. This is what I did:


1. Disable SSHD using the Network preflet and check /var/log/syslog to ensure the sshd shut down (‘Received signal 15; terminating’)
  2.  Ran passwd and changed the password to something simple
3. Started SSHD using the Network preflet and checked syslog to ensure it comes up
  4.  Tried to ssh user@localhost – new password wouldn’t work.

You need to enable root login in sshd settings. The default user in
Haiku is root, so if you use it, you must enable root login.

In /system/settings/ssh/sshd_config, uncomment the PermitRootLogin
line and set it to "yes". The default is to allow key based authentication
only, and no passwords (more secure, but if you really want to test with
a password...)

Also, please do not top-post in this mailing list. Quote only the
relevant parts of previous mails, and reply below them.

Ah! I got confused and he caused me to top post!!! :-)

Other related posts: