Mengganti OpenSSH dengan Dropbear pada server Linux



VPS baru secara default sudah terinstall OpenSSH.Tutorialmengganti OpenSSH dengan Dropbear pada server LinuxDebian / uBuntu ini dibuat berdasarkan permintaan dari beberapa client yang menggunakan VPS untuk keperluan SSH Tunneling.
Langkah Mengganti OpenSSH dengan Dropbear pada server Linux Debian


1. Update apt-get
# sudo apt-get update
2. Install Dropbear
# sudo apt-get install dropbear
3. Stop service OpenSSH
# /etc/init.d/ssh stop
4. Ubah config Dropbear
# nano /etc/default/dropbear
# the TCP port that Dropbear listens on
NO_START=0
DROPBEAR_EXTRA_ARGS="-p 109 -p 443 -p 143"
# Any additional arguments for Dropbear
# DROPBEAR_EXTRA_ARGS=
Perintah diatas artinya menambah port 109, 443, 143 sebagai port SSH.
Beri tanda # di awal DROPBEAR_EXTRA_ARGS yang kedua, sehingga hasilnya akan terlihat seperti ini:
# the TCP port that Dropbear listens on
NO_START=0
DROPBEAR_EXTRA_ARGS="-p 109 -p 443 -p 143"
# Any additional arguments for Dropbear
# DROPBEAR_EXTRA_ARGS=
5. Uninstall OpenSSH
# sudo apt-get remove openssh-server
6. Reboot Server
# reboot
Tutorial Mengganti OpenSSH dengan Dropbear pada server Linux ini dapat digunakan pada OS Debian dan uBuntu.Untuk server Centos, ganti perintah "apt-get menjadi yum".

4 komentar:

  1. Working for a while to offer support & guidance to customers who contact us for 123.hp.com/setup support, software download, troubleshooting and much more. You can reach me or contact me to know more about my profile

    BalasHapus
  2. It is really easy to setup an HP printer. You only have to go and visit the 123 HP setup site for driver download. The HP support provides drivers to all major desktops and operating systems. Follow the prompts on the screen and there you go. Receive clear and clean prints with the HP Printers after the setup.

    BalasHapus