Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. JAVA_HOME=your JDK location (e.g. C:\Program Files\Java\jdk1.6.0_38)
  2. SVN_SSH=C:\\
    bin
    plink.exe

(or your location of plink.exe). Double slashes are important!

...

Verify the kerberos position in the path by going to a command prompt by first getting Kerberos tickets with Network Identity Manager, then going to a command prompt and typing "klist". You should see a display of your Kerberos tickets, something like this:

No Format

Ticket cache: API:your-kerb-name@ATHENA.MIT.EDU
Default principal: your-kerb-name@ATHENA.MIT.EDU

Valid starting     Expires            Service principal
02/07/13 13:55:14  02/07/13 23:54:43  krbtgt/ATHENA.MIT.EDU@ATHENA.MIT.EDU        renew until 02/14/13 13:54:43
02/07/13 13:55:29  02/07/13 23:54:43  krbtgt/ATHENA.MIT.EDU@ATHENA.MIT.EDU        renew until 02/14/13 13:54:43

4. Putty Configuration.

We need to configure Putty (SSH client) for Kerberized login to svn.mit.edu so that Moves can do password-less logins to svn. The putty suite of apps has two programs we will use: putty.exe, a GUI SSH client, and plink.exe, a command line SSH client. We use putty to create a kerberized login configuration to svn.mit.edu, and we use plink as the SSH client for Moves.

...