Enable SSHD on FreeBSD

I believe most system admin does remote access to the server. Who doesn’t enable SSHD on FreeBSD? Almost every new FreeBSD installation, the first thing I will do after installation is enable SSHD Service on FreeBSD. Start the service and remote access from laptop, with a cup of coffee!

To enable SSHD on FreeBSD

  • Edit the file: vi /etc/rc.conf
  • Add: sshd_enable=”YES”
  • To start sshd service: /etc/rc.d/sshd start

If it’s the first time you enable SSHD, it will generate the keys for the first time.

Related posts:

  1. How to Enable Suidperl in FreeBSD Enable Suidperl In FreeBSD Due to security issues, by default...
  2. Disabled Sendmail Service on FreeBSD Disabled Sendmail Service on FreeBSD is slightly different compare to...
  3. Configure NTP Server on FreeBSD Configure a NTP time server on FreeBSD is fairly easy....
  4. How to Install FreeBSD 5.4 on Your Machine FreeBSD is an advanced operating system for x86 compatible (including...
  5. How to Change Hostname in Unix FreeBSD We have interesting hostname for our all our servers. Some...
  6. How to Enable check_dns on Nagios Monitoring System Most user who are new to Nagios doesn’t know there...
  7. Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
  8. How to Create User with useradd in FreeBSD You can invoke “adduser” command in FreeBSD in order to...
  9. MySQL Quick Installation on FreeBSD Quick installation of MySQL Database on FreeBSD Server. Make sure...
  10. Setup Sendmail Smart Relay in FreeBSD It’s good that to route all your outgoing email to...

Tags: , , , ,

Leave a Reply