Hey All Is anyone integrating SSHD with OpenSSH, specifically I would like to do the following:
* Use the local ~/.ssh folder as a source of public keys for authenticating incoming connections * Use the public key from the ~/.ssh folder as the host key I found a gist (https://gist.github.com/jdennaho/5492130) which mostly solves the first one (though only copes with RSA keys) but I wondered if anyone else was doing anything else similar and had more robust solutions Thanks, Rob
