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