By mrravi2u - 2/13/2020 1:52:57 PM
I am using service account to connect sftp server but while connecting from cmd system is expecting password after enter the password getting logon failed msg. Please suggest.
|
By Technical Support Group (TSG) - 2/13/2020 2:18:00 PM
+xI am using service account to connect sftp server but while connecting from cmd system is expecting password after enter the password getting logon failed msg. Please suggest. Hello,
Any user logging in via our Fortress server, any subsystem, must be a valid Windows user with "Log on Locally" rights.
|
By mrravi2u - 2/13/2020 10:39:06 PM
+x+xI am using service account to connect sftp server but while connecting from cmd system is expecting password after enter the password getting logon failed msg. Please suggest. Hello, Any user logging in via our Fortress server, any subsystem, must be a valid Windows user with "Log on Locally" rights. Thank you for the your help, I am using SFTP Client SA account to connect with server and user account have sftp login rights while connecting with server system is throwing below error : unable to start authorized key file["C:\Users\username\AppData\Roaming\PragmaSHHauthorize_key2"] and Logon Failure : the use has not been granted the requested logon type at this computer. Account was working before and connecting from client without password not while connecting with user account system is asking password and after entering password logon failed. Please suggest.
|
By Technical Support Group (TSG) - 2/14/2020 2:59:16 PM
+x+x+xI am using service account to connect sftp server but while connecting from cmd system is expecting password after enter the password getting logon failed msg. Please suggest. Hello, Any user logging in via our Fortress server, any subsystem, must be a valid Windows user with "Log on Locally" rights. Thank you for the your help, I am using SFTP Client SA account to connect with server and user account have sftp login rights while connecting with server system is throwing below error : unable to start authorized key file["C:\Users\username\AppData\Roaming\PragmaSHHauthorize_key2"] and Logon Failure : the use has not been granted the requested logon type at this computer. Account was working before and connecting from client without password not while connecting with user account system is asking password and after entering password logon failed. Please suggest. You can see from the error the problem. "C:\Users\username\AppData\Roaming\PragmaSHHauthorize_key2" Most likely there is a configuration issue on the Authentication -> Public Key options page. I would the guess the value in the Authorized Keys file edit box should be %APPDATA%\PragmaSSH\authorized_keys2. Unless you changed it it appears that username is hardcoded and the backslash is missing. Thus the server cannot find the directory listed in the error.
|
|