Hi
If I try to use the example for kerberos from here https://github.com/WinRb/WinRM#kerberos I get the following errors:
RuntimeError: user is a required option
If I set the username I get:
RuntimeError: password is a required option
Isn't the very idea of kerberos that you don't need to provide a password if you already have a ticket in the keystore?