From 25c91f73ec0279a15a614846476a1de0dfacb619 Mon Sep 17 00:00:00 2001 From: Jeremy Foote Date: Wed, 10 Jun 2020 09:20:11 -0400 Subject: [PATCH 1/3] Fixing typo in connecting to kibo via SSH --- README-CDSC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CDSC b/README-CDSC index 1398ee4..7a3ae0c 100644 --- a/README-CDSC +++ b/README-CDSC @@ -48,7 +48,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. From b7693c957d6f70d17a372f528a75d4b6a5d21f08 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Wed, 7 Oct 2020 23:03:23 -0700 Subject: [PATCH 2/3] Minor changes to README. --- README-CDSC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CDSC b/README-CDSC index 7a3ae0c..6f9d436 100644 --- a/README-CDSC +++ b/README-CDSC @@ -14,7 +14,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 From ce4ad0575bbfc78cbf3ad8a7aadc695dd6159e35 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Thu, 19 Nov 2020 17:39:48 -0800 Subject: [PATCH 3/3] disable IPv6 (it doesn't seem to work) --- gp-saml-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp-saml-gui.py b/gp-saml-gui.py index d6f8f15..b702d0c 100755 --- a/gp-saml-gui.py +++ b/gp-saml-gui.py @@ -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: