]> git.proxmox.com Git - pve-cluster.git/commit
fix #5461: pvecm: use ssh_info_to_command for intra cluster ssh master
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 16 May 2024 12:08:27 +0000 (14:08 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 22 May 2024 08:15:08 +0000 (10:15 +0200)
commitcc4b842c5c77075e27770001900b010395f86f82
tree611f879d283cdfe3f719ad32fd41ecbbbb5c36f7
parent0502066f9476354dfadd939c14910c5f3a99b740
fix #5461: pvecm: use ssh_info_to_command for intra cluster ssh

because otherwise the SSH calls to other nodes in the cluster will fail
on newer clusters that only have the ssh host keys located in the
pmxcfs.

With ssh_info_to_command we get all the needed SSH options that set the
alias and point to the right known_hosts file.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/PVE/CLI/pvecm.pm