Conexão SFTP ao Windows 2008 Server executando o RemotelyAnywhere

1

Estou escrevendo um programa que automatiza um teste que precisa ser realizado regularmente. Para fazer este teste, é necessário que um número de arquivos seja primeiro carregado para um servidor Windows 2008.

O servidor não permite acesso ao C $ e, embora sejam sistemas de teste, não é desejável ativá-lo. O servidor não pode ter nenhum software instalado nele. O servidor tem o RemotelyAnywhere instalado, o que inclui seus próprios mecanismos SFTP e SSH.

Eu consigo me conectar ao servidor via SSH usando putty sem problemas. No entanto, estou tendo problemas para me conectar à parte do SFTP.

Do ponto de vista do WinSCP:

. 2013-10-28 13:25:07.272 Attempting keyboard-interactive authentication . 2013-10-28 13:25:07.273 Prompt (6, SSH server: Windows Authentication, Using keyboard-interactive authentication., Password: ) . 2013-10-28 13:25:07.273 Using stored password. . 2013-10-28 13:25:07.512 Access granted . 2013-10-28 13:25:07.513 Opened channel for session . 2013-10-28 13:25:07.712 Primary command failed; attempting fallback . 2013-10-28 13:25:07.713 Server refused to start a shell/command * 2013-10-28 13:25:07.740 (EFatal) Server refused to start a shell/command * 2013-10-28 13:25:07.740 Authentication log (see session log for details): * 2013-10-28 13:25:07.740 Using username "USER". * 2013-10-28 13:25:07.740 * 2013-10-28 13:25:07.740 Authentication failed.

Do ponto de vista dos registros do RemotelyAnywhere:

2013-10-28 13:24:56.525 - Info - RemotelyAnywhere - SSH - THE_HOST - Connected. 2013-10-28 13:24:57.492 - Info - RemotelyAnywhere - SSH2 - THE_HOST - SSH Port Forwarding Rules - global:Enabled, user:Restricted 2013-10-28 13:24:57.492 - Info - RemotelyAnywhere - SSH2 - THE_HOST - Authenticated. 2013-10-28 13:24:57.679 - Info - RemotelyAnywhere - SSH2 - THE_HOST - [3012] {Read 0 SSH Port Forwarding Rule(s)} 2013-10-28 13:24:57.882 - Info
- RemotelyAnywhere - SSH2 - THE_HOST - [3012] {subsystem request for sftp} 2013-10-28 13:24:57.882 - Info - RemotelyAnywhere - SSH2 - THE_HOST - [3012] {subsystem request for sftp failed, subsystem not found} 2013-10-28 13:24:57.882 - Info - RemotelyAnywhere - SSH2 - THE_HOST - Shell opened 2013-10-28 13:24:57.882 - Error - RemotelyAnywhere - SSH2 - THE_HOST - [3012] (error) do_exec_no_pty("(null)", 1): Not allowed to execute arbitrary commands. 2013-10-28 13:24:57.882 - Info - RemotelyAnywhere - SSH2 - THE_HOST - Shell closed 2013-10-28 13:24:57.882 - Info - RemotelyAnywhere - SSH2 - THE_HOST - Ended session.

Alguém já fez isso funcionar e, em caso afirmativo, qual foi o processo? Obrigado por qualquer ajuda que você possa fornecer.

    
por user267640 28.10.2013 / 19:54

0 respostas