Displaying 3 results from an estimated 3 matches for "ca_rsa".
2010 Apr 27
2
ssh certificate usage
I am trying to find out how I can use the new self-signed certificates
So what I read in the man pages, it should be something like:
client:
1) ssh-keygen -f ca_rsa # generate a ssh keypair for use as a certificate
Server(s):
2) make sure your /etc/ssh/sshd_config has TrustedUserCAKeys assigned
TrustedUserCAKeys /etc/ssh/sshcakeys # or whatever name or
location you like
3) edit /etc/ssh/sshcakeys and add the contents of ca_rsa.pub in it
Client:
4)...
2010 Jun 07
3
X509 based certificate authentication in OpenSSH
Hello,
I would like to know whether OpenSSH supports x509 certificate based
authentication.
It looks like OpenSSH has dependency on OpenSSL so does this mean that
OpeSSH also supports x509 certificate based authentication.
If it does support, can you please point me to the necessary
documentation.
Thanks
Naitik
2011 Nov 03
1
Help with CA Certificates for user authentication?
...odTypeId=18964&objectID=c02838205
http://www.gossamer-threads.com/lists/openssh/users/50165
I'm to use SSH CA certificate for user authentication, but not getting quite "there."
I created a signing cert and used it to sign the test user's public key:
ssh-keygen -s /etc/ssh/ca_rsa -I test -n test at 172.31.43.3 -z 3 /home/test/.ssh/id_rsa.pub
On my test server, the sshd_config details:
Port 2022
HostKey /etc/sshtest/ssh_host_key
HostKey /etc/sshtest/ssh_host_rsa_key
HostKey /etc/sshtest/ssh_host_dsa_key
HostKey /etc/sshtest/ssh_host_ecdsa_key
MaxAuthTries 3
AuthorizedKeysF...