espidev / ebackup

An easy and reliable plugin for backups on Spigot servers! Supports SFTP!
https://www.spigotmc.org/resources/ebackup-simple-and-reliable-backups-for-your-server-supports-ftp-sftp.69917/
GNU General Public License v3.0
54 stars 16 forks source link

[Bug] Cannot connect to oracle cloud using sftp #45

Closed hohoaisan closed 2 years ago

hohoaisan commented 2 years ago

This is working private key by using sftp command line image eBackup with the same private key, but Auth fails. image

I beleive this is due to different encrypt method that Oracle use (I once encounter the same with WinSCP in this https://winscp.net/tracker/1952)

espidev commented 2 years ago

Could you please try this dev build: https://ci.espi.dev/job/ebackup/27/

(It switches to another SFTP library that is more recent)

hohoaisan commented 2 years ago

Thanks, it works now image

I have a request that will it enable support for SCP server beside FTP/SFTP? There's another server that only support SCP by default so I would love to have it supported.

espidev commented 2 years ago

I only support FTP/SFTP at the moment, I don't really have the time to add and then maintain more destinations

hohoaisan commented 2 years ago

Sad to hear that. Thank you for your hard work!