/etc/ssh/ssh_host_rsa_key.pub is not a public key file -



/etc/ssh/ssh_host_rsa_key.pub is not a public key file -

can't check server rsa fingerprint. doing wrong?

$ ls /etc/ssh moduli ssh_host_dsa_key ssh_host_key.pub ssh_config ssh_host_dsa_key.pub ssh_host_rsa_key sshd_config ssh_host_key ssh_host_rsa_key.pub $ ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub /etc/ssh/ssh_host_rsa_key.pub not public key file. $ ssh-keygen -lf /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_rsa_key not public key file.

that file permissions problem.

$ cat /etc/ssh/ssh_host_rsa_key.pub /etc/ssh/ssh_host_rsa_key.pub: permission denied

ssh ssh-keys openssh

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -