$OpenBSD: patch-salt_client_ssh_shell_py,v 1.1 2017/12/06 12:24:02 jasper Exp $

command-line line 0: Unsupported option "gssapiauthentication"

Index: salt/client/ssh/shell.py
--- salt/client/ssh/shell.py.orig
+++ salt/client/ssh/shell.py
@@ -124,8 +124,6 @@ class Shell(object):
             options.append('PasswordAuthentication=yes')
         else:
             options.append('PasswordAuthentication=no')
-        if self.opts.get('_ssh_version', (0,)) > (4, 9):
-            options.append('GSSAPIAuthentication=no')
         options.append('ConnectTimeout={0}'.format(self.timeout))
         if self.opts.get('ignore_host_keys'):
             options.append('StrictHostKeyChecking=no')
