Versions Compared

Key

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

...

Panel

Anchor
Configure a ES developer VM
Configure a ES developer VM

Configure a ES developer VM

  1. Open the file: C:\Users\esuser\AppData\Roaming\Subversion\config for editting.
    Find the line
    Code Block
    ssh=C:/program Files/TortoiseSVN/bin/TortoisePlink.exe
    
    and change it to:
    Code Block
    
    ssh=C:/program Files/TortoiseSVN/bin/TortoisePlink.exe -l
    <kerberosPrincipal> -pw
     <username> -pw <password>
    
    where <username> is your Kerberos Principal and *<password> is your Kerberos password.