I am running linux on a Cavium Octeon V0.8 Processor.
I am unable to login to a newly created user account.
so far i have done
adduser <name>
chown -R <name> /home/<name>
chmod 755 /home/<name>
from a remote session
ssh <name>@<ipaddr>
The machine returns
PTY allocation request failed on channel 0
Then
# sshd -rddp 1234
debug2: load_server_config: filename /usr/local/etc/sshd_config
/usr/local/etc/sshd_config: No such file or directory
sshd -rddp 1234(where 1234 is a temporary port forssh -P). Also, is this an OpenVZ container? I often see those having insanely strictnumptylimits; check/proc/user_beancountersjust in case. – grawity Jan 11 '11 at 6:06