Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
no need for Basney's forked Moonshot OpenSSH
Browse files Browse the repository at this point in the history
Now that mech_saml_ec supports session keys and channel bindings, we can use http://www.project-moonshot.org/git/openssh.git directly rather than https://github.com/jbasney/moonshot-openssh/.
  • Loading branch information
jbasney committed Aug 12, 2015
1 parent 95903a8 commit c707147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -208,10 +208,10 @@ Place the following in $HOME/krb5-install/etc/krb5.conf :
[libdefaults]
default_realm = YOUR_DOMAIN_ALL_CAPS

Download and install Project Moonshot OpenSSH modified for SAML EC
Download and install Project Moonshot OpenSSH

git clone git@github.com:jbasney/moonshot-openssh.git
cd moonshot-openssh/
git clone http://www.project-moonshot.org/git/openssh.git
cd openssh/
./configure --prefix=$HOME/openssh-moonshot --with-kerberos5=$HOME/krb5-install
make install

Expand Down

0 comments on commit c707147

Please sign in to comment.