SSHD seems to be very flaky. Clients cannot connect with any regularity. Let alone SFTP a whole site in.
Logs show:
Cannot start or restart SSH from DA panel.
SSH is also being run out of xinetd.d.
This is a two week old DA installed kit on a new VPS running RH ES4.
Is this a VPS problem allocating memory or a DA problem?
Thanks for any ideas
Logs show:
Code:
Oct 1 13:08:27 xxxxx xinetd[17886]: ssh: fork failed: Cannot allocate memory (errno = 12)
Cannot start or restart SSH from DA panel.
Code:
An error has occurred
Details
/sbin/service sshd restart 2>&1
SSH is also being run out of xinetd.d.
Code:
service ssh
{
disable = no
socket_type = stream
protocol = tcp
instances = 10
wait = no
user = root
server = /usr/sbin/sshd
server_args = -i
cps = 2 10
}
This is a two week old DA installed kit on a new VPS running RH ES4.
Is this a VPS problem allocating memory or a DA problem?
Thanks for any ideas