vinceoa

Results 3 comments of vinceoa

There certainly are keys under `/etc/ssh/` all of them are root read only, as can be seen from the following `strace` output: ```console openat(AT_FDCWD, "/etc/ssh/ssh_host_rsa_key", O_RDONLY) = -1 EACCES (Permission...

same, ```console ➜ sshd -T sshd: no hostkeys available -- exiting. ```

as a non privileged user i get: ```bash vinceoa@dell: /home/vinceoa ➜ sshd -T sshd: no hostkeys available -- exiting. vinceoa@dell: /home/vinceoa ➜ ssh-keygen -A vinceoa@dell: /home/vinceoa ➜ sshd -T sshd:...