shell request failed on channel 0

im using ssh to connect my university server

 ssh <myusername>@<server_Address>

after I enter my password I get this Error:

-bash: fork: retry: No child processes

and the second time I tried to log in I got this message:

C:\Users\djamj002> ssh
's password:
shell request failed on channel 0

any idea?

1 Answer

The specific errors that you're getting indicate that the remote server can't start a shell process to handle your login session. It appears the server that you're trying to connect to is malfunctioning, possibly due to some kind of resource shortage. You should notify the administrators of the host so that they can fix it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like