Differences

This shows you the differences between the selected revisions of the page.

2011-11-12 2011-11-15
ui_login_bugs#sshbug_maxpkt2 (martin) ssh server permissions for unexpected_close (martin)
Line 107: Line 107:
===== [[unexpected_close]] Server unexpectedly closed network connection ===== ===== [[unexpected_close]] Server unexpectedly closed network connection =====
==== While Connecting ==== ==== While Connecting ====
-If you get this error message while connecting to your server, it is most usually caused by the server not being able to run some process necessary to support your session. Possibilities are:+If you get this error message while connecting to your server, it is most usually caused by the server not being able to run some process necessary to support your session. Alway try to connect with another SSH (SFTP) client to find if it is server or client realted problem. 
 + 
 +Possibilities are:
  * Shell.   * Shell.
    * Your account may not be allowed to start a shell at all. With some servers (like OpenSSH or Sun SSH), you may need to be allowed to start a shell, even if using SFTP protocol.     * Your account may not be allowed to start a shell at all. With some servers (like OpenSSH or Sun SSH), you may need to be allowed to start a shell, even if using SFTP protocol.
Line 117: Line 119:
    * Your account may not be able to start SFTP server binary (e.g. ''/bin/sftp-server'') or the binary is not present on your server.     * Your account may not be able to start SFTP server binary (e.g. ''/bin/sftp-server'') or the binary is not present on your server.
    * Your SSH server may also lack the SFTP subsystem.     * Your SSH server may also lack the SFTP subsystem.
 +  * SSH server:
 +    * You SSH server, particularly OpenSSH, may not be able to access the server key files, due to an incorrect permissions.
==== In a Middle of Session ==== ==== In a Middle of Session ====

Last modified: by martin