]> code.communitydata.science - nu-vpn-proxy.git/commitdiff
Merge branch 'master' of code.communitydata.science:nu-vpn-proxy
authoraaronshaw <aaron.d.shaw@gmail.com>
Fri, 20 Nov 2020 17:13:04 +0000 (11:13 -0600)
committeraaronshaw <aaron.d.shaw@gmail.com>
Fri, 20 Nov 2020 17:13:04 +0000 (11:13 -0600)
README-CDSC
gp-saml-gui.py

index 7c68aa08cec03720bdb24fe132d400f7f0f8b8b5..ac72f96fd3e4d96134591337cf920dd861fc154f 100644 (file)
@@ -18,7 +18,7 @@ Install this directory into: ~/bin/nu-vpn-proxy
 
 3.
 
-Change your System UUID. You can get this with command:
+Change your System UUID in the script. You can get this with the command:
 
   sudo dmidecode|grep UUID
 
@@ -52,7 +52,7 @@ There are two ways to use this.
 
 This should be just as simple as running:
 
-  ssh-kibo
+  ssh kibo
 
 You can run the command mulptiple time and it should work. When you close the
 first connection though, it will disconnect all of your connections.
index d6f8f15c4bbf2a517b6daf2c3946a18e688c32f5..b702d0c51da9e800c57faa4bdd6adc33723e9857 100755 (executable)
@@ -193,7 +193,7 @@ if __name__ == "__main__":
         sam, uri, html = 'URI', args.server, None
     else:
         endpoint = 'https://{}/{}'.format(args.server, if2prelogin[args.interface])
-        data = {'tmp':'tmp', 'kerberos-support':'yes', 'ipv6-support':'yes', 'clientVer':4100, 'clientos':args.clientos, **args.extra}
+        data = {'tmp':'tmp', 'kerberos-support':'yes', 'ipv6-support':'no', 'clientVer':4100, 'clientos':args.clientos, **args.extra}
         if args.verbose:
             print("Looking for SAML auth tags in response to %s..." % endpoint, file=stderr)
         try:

Community Data Science Collective || Want to submit a patch?