ci(molecule): drop gssapiauthentication
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
index 28623ad..1158e4e 100644
--- a/molecule/default/molecule.yml
+++ b/molecule/default/molecule.yml
@@ -44,7 +44,7 @@
config_options:
ssh_connection:
pipelining: true
- ssh_args: -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=15 -o GSSAPIAuthentication=no
+ ssh_args: -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=15
inventory:
links:
host_vars: "${MOLECULE_SCENARIO_DIRECTORY}/host_vars"