search for: usercacertificatepath

Displaying 3 results from an estimated 3 matches for "usercacertificatepath".

2008 Feb 13
1
Openssh + x509 patch problem
...chmod 0600 ~/.ssh/id_rsa - /opt/ssh/bin/ssh-keygen -y > ~/.ssh/id_rsa.pub // 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/ss...
2008 Dec 16
3
Patch for OpenSSH for Windows to allow authentication through certificates
Hi all, Does anyone know if it exists a patch for OpenSSH for Windows to allow authentication through certificates? Is it possible to make one if it doesn't exists? Using OpenSSH for Windows 3.8p1-1 20040709 Build. I know there is Roumen Petrov patch, but is for unix machines if i'm not mistaken. I need a similar one for Windows that work with the Roumen Petrov patch so i can have
2004 Apr 13
1
Patch Status
...t CACertificatePath /root/demoCA #CARevocationFile /root/tk/openssh-3.8p1/tests/CA/ca-test/catest-bundle.crl #CARevocationPath /root/tk/openssh-3.8p1/tests/CA/ca-test/crl #UserCACertificateFile /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 ######################## crtPr...