นระยะหลังนี้ มาตรการด้านความปลอดภัย ได้มีรายละเอียดเพิ่มมากขึ้น แม้กระทั่ง ssh ที่เพิ่มข้อกำหนด
ด้านความปลอดภัยนี้มาให้ ดังนั้น หากคุณต้องการใช้โปรแกรม Secure Shell client ทำการ login ที่ root จะไม่สามารถ login ได้สำเร็จ แต่ใช้ user อื่น สามารถ login ได้ทันที แต่ หากคุณทำการ login root ทีเครื่องแม่ข่าย จะสามารถ login เข้าได้อย่างดี
ตอนแรก นึกว่า ได้กำหนดรหัสผ่าน ผิด หลายท่านคงนึกเช่นนี้ สรุปไม่ผิดหลอกครับ เพราะ ระบบได้ทำการป้องกัน ไว้ หากต้องการให้ใช้งานได้ สามารถทำได้ดังข้อความที่ต่อจากตรงนี้ไป แต่ขอเตือนไว้ก่อนนะครับ ว่า หากทำอย่างนี้แล้ว จะเสี่ยงต่อความปลอดภัยของระบบมากขึ้น
Does your Ubuntu box allow the
root
account login via ssh
? By default, Ubuntu doesn't allow the root
account to do ssh
.
Enabling the root account to access ssh directly is a major security risk. However, you can enable it if you like to do so by doing the steps below:
- Edit the sshd_config file by
sudo vi /etc/ssh/sshd_config
- Find the line
PermitRootLogin no
and change it toPermitRootLogin yes
. - Restart the ssh service by
sudo /etc/init.d/ssh restart
orsudo service ssh restart
You have now enabled ssh using the root account.
หรือการ Restart อีกแบบหนึ่งคือคำสั่ง restart ssh (Ubuntu 14)
ที่มา http://askubuntu.com/questions/372380/remote-ssh-root-login-with-ubuntu-12-04
ไม่มีความคิดเห็น:
แสดงความคิดเห็น