Can "echo" be enabled to support Palo Alto Panorama Backup? #1661
Unanswered
Robert92374
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hey, i know how to add this. is this still something you're looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to schedule backups of my Panorama config and the only options are SCP and FTP. When testing, it fails using SCP, and the SFTPGo logs indicate the issue is with the echo command the panorama is trying to use. Logs are below.
According to SFTPGo's documentation, echo can't be enabled in the config file (sftpgo.json). Is there any other way to enable this command to allow the Panorama to connect?
{
"level": "debug",
"time": "2024-06-16T06:46:10.080",
"sender": "sshd_exec",
"message": "new ssh command: "echo" args: [paloaltonetworks > /ssh-export-test.txt] num args: 3 user: panorama, error: "
}{
"level": "info",
"time": "2024-06-16T06:46:10.080",
"sender": "sshd_exec",
"message": "ssh command not enabled/supported: "echo""
}{
"level": "error",
"time": "2024-06-16T06:46:10.080",
"sender": "sshd_exec",
"message": "unable to unmarshal ssh command, close fs, err: "
}
Beta Was this translation helpful? Give feedback.
All reactions