Disble remote login

David Jenkins david.jenkins at gmail.com
Thu Oct 14 09:36:33 PDT 2004


On Thu, 14 Oct 2004 08:28:13 -0700, Spiral Eyed Girl
<spiraleyedgirl at hotmail.com> wrote:
> Hello, I am a FreeBSD newbie, so please excuse me if I don't use correct
> jargon :)
> 
> I am running FreeBSD 5.2.1, and durring setup, I diabled all servers (ftp,
> finger, etc). My question is, how to I disable remote login through telnet?
> I am using this as a workstation, and have no use for a server. I have an
> always on connection, so I want to be secure

You can view what ports or services are open on your machine by
running the netstat command.

e.g. "netstat -anf inet" or "netstat -af inet" if you aren't sure
about what services are associated with what port numbers.

"man 1 netstat" for more information.

PS - I believe telnet is not enabled by default.

Hope this helps.

David


More information about the freebsd-newbies mailing list