In some cluster we don't have the sshkey to connect to the node.
When you are cluster-admin the proper way to connect to the cluster is: "kubectl debug node/"
then use "chroot /host" to have access to to the node / Filesystem.
You can run directly command with:
oc debug node/"${1}" -- chroot /host sh -c <command>
I think this could be a very usefull