# for FILE in "$(find /conf/sshd -type f -name '*key')";do ls "${FILE}";echo;donels: /conf/sshd/ssh_host_rsa_key/conf/sshd/ssh_host_ecdsa_key/conf/sshd/ssh_host_ed25519_key: No such file or directory
# for FILE in $(find /conf/sshd -type f -name '*key');do ls "${FILE}";echo;done/conf/sshd/ssh_host_rsa_key/conf/sshd/ssh_host_ecdsa_key/conf/sshd/ssh_host_ed25519_key
find /conf/sshd -name '*key' -print0|xargs -0r chmod 600
find /conf/sshd -name '*key' -print0|xargs -0r chmod -vv 600