Connection works via WINSCP GUI, fails via powershell
Everything works fine when testing with our inhouse SFTP server (through GUI and through powershell script). Now that we are testing with external, we are having problems connecting via the powershell script
using 5.1.3 of the com and the app
we are using pw authentication but they did give me their public key if we want to use that instead (i just dont know how to set this up via the powershell script)
logs when I try via the script
! 2013-03-29 16:23:43.359 Using username "removed".
. 2013-03-29 16:23:43.437 Attempting keyboard-interactive authentication
. 2013-03-29 16:23:43.484 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 16:23:43.484 Enter password for removed, Password:)
. 2013-03-29 16:23:43.484 Using stored password.
. 2013-03-29 16:23:43.546 Keyboard-interactive authentication failed
! 2013-03-29 16:23:43.546 Access denied
. 2013-03-29 16:23:43.546 Attempting keyboard-interactive authentication
. 2013-03-29 16:23:43.593 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 16:23:43.593 Enter password for removed, Password:)
. 2013-03-29 16:23:43.593 Disconnected: Unable to authenticate
logs from GUI
! 2013-03-29 10:12:44.981 Using username "removed".
. 2013-03-29 10:12:45.071 Attempting keyboard-interactive authentication
. 2013-03-29 10:12:45.081 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 10:12:45.081 Enter password for removed, Password:)
. 2013-03-29 10:12:45.081 Using stored password.
. 2013-03-29 10:12:45.161 Access granted
. 2013-03-29 10:12:45.171 Opened channel for session
. 2013-03-29 10:12:45.261 Started a shell/command
using 5.1.3 of the com and the app
we are using pw authentication but they did give me their public key if we want to use that instead (i just dont know how to set this up via the powershell script)
logs when I try via the script
! 2013-03-29 16:23:43.359 Using username "removed".
. 2013-03-29 16:23:43.437 Attempting keyboard-interactive authentication
. 2013-03-29 16:23:43.484 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 16:23:43.484 Enter password for removed, Password:)
. 2013-03-29 16:23:43.484 Using stored password.
. 2013-03-29 16:23:43.546 Keyboard-interactive authentication failed
! 2013-03-29 16:23:43.546 Access denied
. 2013-03-29 16:23:43.546 Attempting keyboard-interactive authentication
. 2013-03-29 16:23:43.593 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 16:23:43.593 Enter password for removed, Password:)
. 2013-03-29 16:23:43.593 Disconnected: Unable to authenticate
logs from GUI
! 2013-03-29 10:12:44.981 Using username "removed".
. 2013-03-29 10:12:45.071 Attempting keyboard-interactive authentication
. 2013-03-29 10:12:45.081 Prompt (6, SSH server: password, Using keyboard-interactive authentication.
. 2013-03-29 10:12:45.081 Enter password for removed, Password:)
. 2013-03-29 10:12:45.081 Using stored password.
. 2013-03-29 10:12:45.161 Access granted
. 2013-03-29 10:12:45.171 Opened channel for session
. 2013-03-29 10:12:45.261 Started a shell/command