DragonFly BSD
DragonFly kernel List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: modify kernel to accept listen <1023 not uid=0 ?


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Jul 2004 09:21:40 -0700 (PDT)

:ok,
:
:your view use account on bsd host, but you don't have root access : ok
:
:but look if you have root access ?
:
:(bsd dedicated on one task : web / ftp / ......
:
:but not accept connect on user account like ssh)
:
:Regards
:
:Rmkml@xxxxxxxxxx

    If you are trying to make ssh work with root and a DSA key,
    you need to edit /etc/ssh/sshd_config and set the PermitRootLogin
    feature, then restart sshd.

    # no root login via ssh
    PermitRootLogin no

    # root login via DSA key only (~root/.ssh/authorized_keys)
    PermitRootLogin without-password

    # root login via DSA key or password.
    PermitRootLogin yes

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]