I’m trying to script from a linux shell downloading a file from a webserver over https that is protected with with kerberos authentication. I’ve tried using wget and curl but neither of those seem to support kerberos over https.
Is there a linux commandline utility that supports kerberos over https? And if so how do you use it?
Check the curl man pages. You can use –negotiate to use SPNego/GSSAPI/Kerberos. Most of the webservers support SPNego.