🔔 ประกาศสำคัญ: อัปเดตชื่อผู้รับเงินใหม่ กรุณาตรวจสอบก่อนชำระเงิน อ่านรายละเอียด →
075-845-490 | 097-165-2449
Line ID: @hostnakhonitech
🎉 โปรโมชั่นพิเศษ! ลด 10% สำหรับลูกค้าใหม่

Enable SSH root login on Debian Linux Server Print

  • 0

# nano /etc/ssh/sshd_config

 

# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
StrictModes yes

 

# service sshd restart

Was this answer helpful?

« Back