SSH
k8s@k8s-manager ssh]$ ls
moduli ssh_config.d sshd_config.d ssh_host_ecdsa_key.pub ssh_host_ed25519_key.pub ssh_host_rsa_key.pub
ssh_config sshd_config ssh_host_ecdsa_key ssh_host_ed25519_key ssh_host_rsa_key# To modify the system-wide sshd configuration, create a *.conf file under
# /etc/ssh/sshd_config.d/ which will be automatically included below
Include /etc/ssh/sshd_config.d/*.confAllowUsers k8s
PermitRootLogin noC:\\Users\\ADMIN>ssh centos@192.168.1.16
centos@192.168.1.16's password:
Permission denied, please try again.Last updated
