Displaying 1 result from an estimated 1 matches for "sslclient".
Did you mean:
sshclient
2008 Feb 13
1
Openssh + x509 patch problem
...-keygen -y > ssh_host_key_cert.pub
// entering ssh_host_key_cert as key
- Changing /opt/ssh/etc/sshd_config:
CACertificateFile /opt/ssh/etc/ca/crt/cacert.pem
Port 4422
X509KeyAlgorithm x509v3-sign-rsa,rsa-md5
X509KeyAlgorithm x509v3-sign-rsa,rsa-sha1
AllowedCertPurpose sslclient
PasswordAuthentication no
- Customizing server user configuration
cat /opt/ssh/etc/ssh_host_key_cert.pub > .ssh/authorized_keys
- Now __On client machine__ (after copying, client.pem, client-key.pem
and cacert.pem)
- Build identity
- cat ~/.ssh/client-key.pem > /.s...