Linux

Server refused to allocate pty

Tidak bisa SSH server, muncul tulisan “Server refused to allocate pty” di screen SSH.

Untuk solve bisa langsung execute command ini dari console / IPMI / idrac

chmod 755 /dev/pts
chown root:root /dev/pts
mount -t devpts -o uid=0,gid=5,mode=620 devpts /dev/pts
mount –a

Coba SSH lagi.

Leave a Reply

Your email address will not be published. Required fields are marked *