Search found 3 matches

by boomshnka
Thu Dec 05, 2024 10:03 am
Forum: Nagios XI
Topic: SSH backups failing to Windnows 2025 OpenSSH server
Replies: 4
Views: 1575

Re: SSH backups failing to Windnows 2025 OpenSSH server

As best I can tell from investigating this issue, the SSH backup functionality appears to not support Windows currently. There is some javascript in place that automatically appends a backslash to the end of the provided file path, and even if disabled it appears that currently entering a Windows f...
by boomshnka
Tue Dec 03, 2024 3:24 pm
Forum: Nagios XI
Topic: SSH backups failing to Windnows 2025 OpenSSH server
Replies: 4
Views: 1575

Re: SSH backups failing to Windnows 2025 OpenSSH server

It sounds like theres an issue with the php command and possibly permissions on the server. After doing some research it seems that scp and php's ssh2_scp_send work somewhat differently so its not too alarming that scp works and the other does not. When you use the scp command what user are you log...
by boomshnka
Tue Dec 03, 2024 12:07 pm
Forum: Nagios XI
Topic: SSH backups failing to Windnows 2025 OpenSSH server
Replies: 4
Views: 1575

SSH backups failing to Windnows 2025 OpenSSH server

Hello all. I have a new installation of NagiosXI (2024R1.3.1) and am struggling to get SSH backups to work. My desired backup server is running Windows Server 2025 with the default OpenSSH service enabled. I am using this same system for other Linux based systems that utilize SSH/SFTP/SCP for backup...