05-23-2024 07:16 AM - edited 05-23-2024 08:40 AM
I am trying to set up a back up for ISE to a SFTP server but I keep getting this Repository SFTP-Repo could not be accessed. In case Backup was Restored on different setup, Please reconfigure the repository passwords (expected behaviour).
I can ping my sftp server. I added the below:
se/admin# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ise/admin(config)# repository MyRepository
ise/admin(config-Repository)# url sftp://10.1.1.1/
ise/adminconfig-Repository)# user <Username> password plain <Password>
ise/admin(config-Repository)# exit
ise/admin(config)# exit
ise/admin#
Solved! Go to Solution.
05-23-2024 02:00 PM
The next step is to enable debugs to see what's going on
debug transfer 7
Then do another "show repo"
Sometimes the URL path is the issue - some SFTP servers put you in the home directory of the user account, and others don't - so play around with the path - e.g. if the user account is in /home/ftpuser then try URLs like
url sftp://10.1.1.1/home/ftpuser
05-23-2024 08:35 AM
I keep adding crypto host_key add host IP and when i do a show crypto host It returns nothing
05-23-2024 02:00 PM
The next step is to enable debugs to see what's going on
debug transfer 7
Then do another "show repo"
Sometimes the URL path is the issue - some SFTP servers put you in the home directory of the user account, and others don't - so play around with the path - e.g. if the user account is in /home/ftpuser then try URLs like
url sftp://10.1.1.1/home/ftpuser
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide