You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh itself does case insensitive parsing of its options, so these should both pass if the config file parser finds 'gssapiauthentication no', 'GssapiAuthentication no' or 'GSSAPIAuthentication no'
its('GssapiAuthentication') { should eq 'no' }
its('GSSAPIAuthentication') { should eq 'no' }
The text was updated successfully, but these errors were encountered:
ssh itself does case insensitive parsing of its options, so these should both pass if the config file parser finds 'gssapiauthentication no', 'GssapiAuthentication no' or 'GSSAPIAuthentication no'
The text was updated successfully, but these errors were encountered: