Friday, April 28, 2017

Error: Unable to find ssh binary [code 0x00000436]

Error shows while try to join a Ubuntu 15.04 LTS OS loaded computer to the Windows domain, and its resolved through following steps.

sudo apt-get remove openssh-client (It only removes ssh client package)
sudo apt-get update
sudo apt-get install openssh-server.

Error details:
Unable to find ssh binary [code 0x00000436]

A sshd config file was at {nowhere}, and a sshd binary file was found at
{nowhere}. Exactly one config file and one binary must exist on the system in a
standard location. Uninstall any unused copies of ssh.
Please see the documentation related to sshd configuration options required and
re-attempt the join with "domainjoin-cli join/leave --disable ssh
"