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
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.
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: