Differences

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

2008-02-14 2008-02-14
one may get exit_status_1 with expired password (martin) access_denied (martin)
Line 27: Line 27:
  * Shell. Your account may not be allowed to start a shell at all. With some servers (like OpenSSH), you may need to be allowed to start a shell, even if using SFTP protocol. Also some servers refuse to start a shell if your password has expired or your account was terminated.   * Shell. Your account may not be allowed to start a shell at all. With some servers (like OpenSSH), you may need to be allowed to start a shell, even if using SFTP protocol. Also some servers refuse to start a shell if your password has expired or your account was terminated.
  * SFTP 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.   * SFTP 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.
 +
 +===== [[access_denied]] Access denied =====
 +You will get the error while authenticating when:
 +  * You have entered incorrect password, used used non-authorized key, etc.
 +  * The account you are trying to use cannot be logged in. This can be case even when you get "Access denied" only after entering password, as for security reasons, most SSH servers do not reveal information about the accounts. Reasons for not being allowed to login include:
 +    * The account (username) you have entered on Login dialog does not exist at all.
 +    * The account is disabled.
 +    * The password has expired.
===== [[unexpected_directory_listing]] Unexpected directory listing line '...' ===== ===== [[unexpected_directory_listing]] Unexpected directory listing line '...' =====

Last modified: by martin