Securing Your Asterisk Server, Part 2 - page 3
Why Remote Administration?
If you're wondering why you can't just sit down at your Asterisk server to do all your command-line chores, the answer is you can. So, if you don't need SSH access, you should turn it off entirely. Use the chkconfig command to do this:
# /sbin/chkconfig --del sshd
This doesn't turn off a running SSH session, but only prevents it from starting up at boot, so you need to shut it down:
# /etc/init.d/sshd stop
- Skip Ahead
- 1. Locking Down OpenSSH
- 2. Using Public Key Authentication
- 3. Why Remote Administration?
- 4. Securing AMP Traffic
Solid state disks (SSDs) made a splash in consumer technology, and now the technology has its eyes on the enterprise storage market. Download this eBook to see what SSDs can do for your infrastructure and review the pros and cons of this potentially game-changing storage technology.