usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.48k stars 576 forks source link

[BUG] Cannot add SFTP Backup Destination #1210

Closed eakteam closed 4 months ago

eakteam commented 4 months ago

SFTP destination cannot be added to both normal and V2 Backups

Error:

Host uXXXXXX.your-storagebox.de not found in /root/.ssh/known_hosts
End Of File (EOF). Exception style platform.

command: /usr/bin/ssh
args: ['/usr/bin/ssh', '-o', 'StrictHostKeyChecking=no', '-p', '22', 'uXXXXXX@u388560.your-storagebox.de', 'mkdir ~/.ssh || rm -f ~/.ssh/temp && rm -f ~/.ssh/authorized_temp && cp ~/.ssh/authorized_keys ~/.ssh/temp || chmod 700 ~/.ssh || chmod g-w ~']
buffer (last 100 chars): b''
before (last 100 chars): b'ssh: connect to host uXXXXXX.your-storagebox.de port 22: Cannot assign requested address\r\r\n'
after:
usmannasir commented 4 months ago

this problem on same server? can you provide sftp login ?

eakteam commented 4 months ago

this problem on same server? can you provide sftp login ?

Yes, in the same server. I have sent the SFTP login at the same ticket as before.

usmannasir commented 4 months ago

i will close this issue, as it seems a problem with your sftp access (mentioned on ticket)

usmannasir commented 4 months ago

Screenshot 2024-02-11 at 11-01-51 Hetzner Online GmbH - Robot

you have this enabled ? SSH Support

eakteam commented 4 months ago

Screenshot 2024-02-11 at 11-01-51 Hetzner Online GmbH - Robot

you have this enabled ? SSH Support

I can connect through other apps, but not from CyberPanel.

usmannasir commented 4 months ago

Yes because CyberPanel must need SSH access enabled.

eakteam commented 4 months ago

Yes because CyberPanel must need SSH access enabled.

So what we should do to solve that?

usmannasir commented 4 months ago

enable SSH acces, update CyberPanel and try again.