Hello, i don't have so much experience on freebsd and i'm stuck with this little problem.
I've a virtual machine (made with virtualbox) and installed freebsd 7.2 (from netboot-only iso) with minimal packages.
At the end of the installation i've selected to start sshd at system boot.
sshd is listening for connection but allow remote login only from the lan. I try to add
but it didn't work.
Then i've tried to change the port (from 22 to 3322) and it works: accept both local and remote connection.
Where are my errors?
I've a virtual machine (made with virtualbox) and installed freebsd 7.2 (from netboot-only iso) with minimal packages.
At the end of the installation i've selected to start sshd at system boot.
sshd is listening for connection but allow remote login only from the lan. I try to add
Code:
AllowUsers keen
Then i've tried to change the port (from 22 to 3322) and it works: accept both local and remote connection.
Where are my errors?