cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1403
Views
0
Helpful
2
Replies

Unable to backup by SFTP

rottenberg
Level 1
Level 1

Hi,

I am not able to backup ACS 5.x server by means of SFTP protocol. We use ACS 5-2-0-26-2. My configuration of repository is:

repository SFTP

url sftp://x.x.x.x/home/user

user user password hash 455ad

command 'backup acs01 repository SFTP' does not work and I receive the following error message on ACS server:

%SSH connect error

On my sftp server I can find the following error messages:

Apr  6 06:57:46 CR01 sshd[8561]: Accepted password for user from 10.20.86.72 port 47924 ssh2
Apr  6 06:57:46 CR01 sshd[8563]: Received disconnect from 10.20.86.72: 11: disconnected by user

Does anybody successfully performed backup by means of SFTP protocol? Do I need any other configuration settings except repository? Do I need to store my SSHD RSA key to ACS? I am able to copy files using SFTP from other computers, so it seems that SFTP server is set correctly.

Any ideas would be appreciated.

Thank you very much

Zdenek Rottenberg

2 Replies 2

What happens if you run:

show repository SFTP

Also, does the account "user" (in your example) have write access to the FTP server and path indicated?

Hi,

I have finally find solution. In my sshd_config I had configured SSH version 1. After changing to version 2 everything start working correctly. Thank you very much for your response.

Yours sincerely,

rottenberg