Editing Cara mengganti port ssh di Linux
Revision as of 02:39, 24 July 2024 by Akhyar (talk | contribs) (Created page with "Melalui edit file sshd_config dengan perintah : sudo nano /etc/ssh/sshd_config cari baris #port 22 ganti dengan port yang kita inginkan, misak port 2222 Simpang perubahan diatas. Lakukan restart service ssh menggunakan perintah : /etc/init.d/ssh restart Untuk memastikan bahwa port 22 (default) sudah tidak bisa digunakan, coba masuk melalui ssh dengan perintah : ssh <user>@<ip_server> contoh : ssh user@.192.168.10.253 hasilnya tidak bisa masuk. Kemudian lakukan h...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.