search for: usercarevocationpath

Displaying 2 results from an estimated 2 matches for "usercarevocationpath".

2008 Feb 13
1
Openssh + x509 patch problem
...// entering ~/.ssh/id_rsa as key - Introducing following changes into /opt/ssh/etc/ssh_config Port 4422 IdentityFile ~/.ssh/id_rsa UserCACertificateFile ~/.ssh/cacert.pem UserCACertificatePath ~/.ssh/crt UserCARevocationFile ~/.ssh/ca-bundle.crl UserCARevocationPath ~/.ssh/crl Finally lauching sshd on server with command: /opt/ssh/sbin/sshd -f /opt/ssh/etc/sshd_config -d -d -d And client with: /opt/ssh/bin/ssh-agent /opt/ssh/bin/ssh-add /opt/ssh/bin/ssh -vvv -f /opt/ssh/etc/ssh_config -d -d -d \ myuser at myserver Which output is: The au...
2004 Apr 13
1
Patch Status
...ificateFile /root/tk/openssh-3.8p1/tests/CA/ca-test/catest-bundle.crt UserCACertificateFile /root/.ssh/ca-bundle.crt #UserCACertificatePath /root/tk/openssh-3.8p1/tests/CA/ca-test/crt UserCACertificatePath /root/demoCA #UserCARevocationFile /root/tk/openssh-3.8p1/tests/CA/ca-test/catest-bundle.crl #UserCARevocationPath /root/tk/openssh-3.8p1/tests/CA/ca-test/crl ######################## # Certificate Prep ######################## crtPrep() { echo "Preping Host Keys..." cd /usr/local/etc # Host Keys rm -f id_rsa id_rsa.pub ssh-keygen -t rsa -b 1024 -f id_rsa -N "&qu...