Author Topic: Access denied when trying to PSCP a file  (Read 6791 times)

Slash

  • Calf
  • *
  • Posts: 1
Access denied when trying to PSCP a file
« on: December 28, 2009, 11:17:01 AM »
   Hi everyone, I'm trying to remotely backup my Terastation III(firmware version 1.10) using the SCP. I'm using pscp.exe from the Putty site. I'm using the default admin account(for testing purposes) that I use to administrate the TS through it's web interface. When I try to pscp a file, I get access denied when I try to enter my password. I know my password is correct. Here's a log what goes on: C:\>pscp -v "admin@192.168.100.155:/mnt/array1/sharenamehere/test.txt" c:\ Looking up host "192.168.100.155" Connecting to 192.168.100.155 port 22 Server version: SSH-2.0-OpenSSH_3.7.1p2 We claim version: SSH-2.0-PuTTY_Release_0.60 Using SSH protocol version 2 Doing Diffie-Hellman group exchange Doing Diffie-Hellman key exchange with hash SHA-1 Host key fingerprint is: ssh-rsa 1024 17:60:bb:44:2f:36:d8:df:6b:98:fb:63:7f:52:a7:a1 Initialised AES-256 SDCTR client->server encryption Initialised HMAC-SHA1 client->server MAC algorithm Initialised AES-256 SDCTR server->client encryption Initialised HMAC-SHA1 server->client MAC algorithm Using username "admin". Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Access denied Access denied Using keyboard-interactive authentication. Password: Received disconnect message (protocol error) Disconnection message text: Too many authentication failures for admin Server sent disconnect message type 2 (protocol error): "Too many authentication failures for admin" Fatal: Server sent disconnect message type 2 (protocol error): "Too many authentication failures for admin" C:\> Is there something I'm missing? Thanks, -Dan

Colin137

  • Big Bull
  • *****
  • Posts: 1125
Re: Access denied when trying to PSCP a file
« Reply #1 on: January 09, 2010, 03:20:00 PM »

SCP is not a supported protocol. Make sure SFTP is enabled on the share, then you can use SFTP (that's SSH FTP).