Top "Sshd" questions

The Secure Shell (SSH) daemon.

SSHD Gives error could not open Authorized Keys, although permissions seem correct

I'm unable to login to SSH because of the following error in /var/log/secure (according to the debug logs): …

ssh centos centos6 sshd
Ansible Service Restart Failed

I've been having some trouble with restarting the SSH daemon with Ansible. I'm using the latest software as of May 11 2015 (…

ansible ansible-playbook sshd
Where to find sshd logs on MacOS sierra

I want to install Pseudo-Distributed HBase environment on my Mac OS Sierra (10.12.4), and it requires ssh installed and can log …

macos logging sshd
Ansible: insert a single word on an existing line in a file

I have to use Ansible modules in order to edit the /etc/ssh/sshd_config file - every time I …

ansible sshd
Why the sshd service is unrecognized?

I'm trying to install hadoop, and I need to restart the sshd service in order to configure the connection between …

hadoop ssh sshd
pam_unix(sudo:auth): conversation failed, auth could not identify password for [username]

I'm using ansible to provision my Centos 7 produciton cluster. Unfortunately, execution of below command results with ansible Tiemout and Linux …

ssh ansible centos pam sshd
git clone without asking for users password

I want to create public git repository on my dedicated server for anyone to clone but it keeps asking me …

git bash ssh git-bash sshd
Error 1067- on start OpenSSH by net start opensshd in windows cmd

I try to start opensshd app by following command line: net start opensshd but i encounter below message after press …

windows ssh openssh sshd
RedHat 6/Oracle Linux 6 is not allowing key authentication via ssh

Keys are properly deployed in ~/.ssh/authorized_keys Yet ssh keeps on prompting for a password.

redhat selinux sshd oracle-enterprise-linux
sshd with multiple match sections, override settings

I have the situation where sshd should permit sftp only access to a group of users. This is easily done …

configuration ssh sshd