modify kernel to accept listen <1023 not uid=0 ?
Matthew Dillon
dillon at apollo.backplane.com
Sat Jul 31 09:25:25 PDT 2004
: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 at 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 at xxxxxxxxxxxxx>
More information about the Kernel
mailing list