Windows CA to issue certificate to authenticate SSH to a Linux server
Posted
by
BArnold
on Server Fault
See other posts from Server Fault
or by BArnold
Published on 2012-08-14T20:08:09Z
Indexed on
2012/11/20
5:02 UTC
Read the original article
Hit count: 536
I have a Windows Server Root Certificate Authority, Linux SSH server, and users with Windows SSH clients. The Linux box is not part of the AD domain (and probably never will be [sigh])
OpenSSH 5.4 and above supports X.509 certiicate based authentication. I am trying to find a way to use my Windows Certificate Authority to issue certificates for authentication of the users when the SSH to the Linux box.
I do not want to have to generate a keypair on each user's desktop. And we want the certificates controlled and revokable at the Windows CA.
My question is not exactly the same as SSH from Windows to Linux with AD certificates (and the referenced moelinux.net seems to be down)
I have searched Google a lot, and haven't found much results about how to accomplish this. An answer doesn't necessarily have to include a full tutorial, even some hints about what to search on or pointers to some references may be helpful.
© Server Fault or respective owner