dyrnq / kubeadm-vagrant

Run kubernetes cluster with kubeadm on vagrant.
1 stars 5 forks source link

WARNING: UNPROTECTED PRIVATE KEY FILE! #57

Closed dyrnq closed 2 years ago

dyrnq commented 2 years ago
Oct 21 12:13:03 centos1 sshd[133072]: /sbin/restorecon:  lstat(/etc/ssh/ssh_host_dsa_key.pub) failed:  No such file or directory
Oct 21 12:13:03 centos1 sshd[133072]: Starting sshd:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
Oct 21 12:13:03 centos1 sshd[133072]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: Permissions 0640 for '/etc/ssh/ssh_host_rsa_key' are too open.
Oct 21 12:13:03 centos1 sshd[133072]: It is required that your private key files are NOT accessible by others.
Oct 21 12:13:03 centos1 sshd[133072]: This private key will be ignored.
Oct 21 12:13:03 centos1 sshd[133072]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
Oct 21 12:13:03 centos1 sshd[133072]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: Permissions 0640 for '/etc/ssh/ssh_host_ecdsa_key' are too open.
Oct 21 12:13:03 centos1 sshd[133072]: It is required that your private key files are NOT accessible by others.
Oct 21 12:13:03 centos1 sshd[133072]: This private key will be ignored.
Oct 21 12:13:03 centos1 sshd[133072]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
Oct 21 12:13:03 centos1 sshd[133072]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Oct 21 12:13:03 centos1 sshd[133072]: Permissions 0640 for '/etc/ssh/ssh_host_ed25519_key' are too open.
Oct 21 12:13:03 centos1 sshd[133072]: It is required that your private key files are NOT accessible by others.
Oct 21 12:13:03 centos1 sshd[133072]: This private key will be ignored.
Oct 21 12:13:03 centos1 sshd[133072]: sshd: no hostkeys available -- exiting.
Oct 21 12:13:03 centos1 sshd[133072]: [FAILED]
Oct 21 12:13:03 centos1 systemd[1]: sshd.service: control process exited, code=exited status=1
Oct 21 12:13:03 centos1 systemd[1]: Failed to start SYSV: OpenSSH server daemon.
-- Subject: Unit sshd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sshd.service has failed.
-- 
-- The result is failed.
Oct 21 12:13:03 centos1 systemd[1]: Unit sshd.service entered failed state.
Oct 21 12:13:03 centos1 systemd[1]: sshd.service failed.
dyrnq commented 2 years ago
chmod 0600 /etc/ssh/ssh_host_rsa_key
chmod 0600 /etc/ssh/ssh_host_ecdsa_key
chmod 0600 /etc/ssh/ssh_host_ed25519_key
systemctl start sshd