@@ -15,54 +15,21 @@ Simply try `./auth-nyist`, then enter your user name and password.
15
15
16
16
``` help
17
17
NAME:
18
- auth-nyist - Authenticating utility for Tsinghua
18
+ auth-nyist - Authenticating utility for NYIST
19
19
20
20
USAGE:
21
21
auth-nyist [options]
22
22
auth-nyist [options] auth [auth_options]
23
23
auth-nyist [options] deauth [auth_options]
24
- auth-nyist [options] login
25
- auth-nyist [options] logout
26
24
auth-nyist [options] online [online_options]
27
25
28
26
VERSION:
29
- 2.2.1
30
-
31
- AUTHORS:
32
-
33
-
34
- ZenithalHourlyRate <[email protected] >
35
-
36
-
37
-
38
-
27
+ 2.0.0
39
28
40
29
COMMANDS:
41
- auth (default) Auth via auth.nyist.edu.cn
42
- OPTIONS:
43
- --ip value authenticating for specified IP address
44
- --no-check, -n skip online checking, always send login request
45
- --logout, -o de-auth of the online account (behaves the same as deauth command, for backward-compatibility)
46
- --ipv6, -6 authenticating for IPv6 (auth.nyist.edu.cn)
47
- --campus-only, -C auth only, no auto-login (v4 only)
48
- --host value use customized hostname of srun4000
49
- --insecure use http instead of https
50
- --keep-online, -k keep online after login
51
- --ac-id value use specified ac_id
52
- deauth De-auth via auth.nyist.edu.cn
53
- OPTIONS:
54
- --ip value authenticating for specified IP address
55
- --no-check, -n skip online checking, always send logout request
56
- --ipv6, -6 authenticating for IPv6 (auth.nyist.edu.cn)
57
- --host value use customized hostname of srun4000
58
- --insecure use http instead of https
59
- --ac-id value use specified ac_id
60
- login Login via auth.nyist.edu.cn
61
- logout Logout via auth.nyist.edu.cn
62
- online Keep your computer online
63
- OPTIONS:
64
- --auth, -a keep the Auth online only
65
- --ipv6, -6 keep only ipv6 connection online
30
+ auth (default) Auth via auth.nyist.edu.cn
31
+ deauth De-authenticate via auth.nyist.edu.cn
32
+ keepalive Keep the connection alive by pinging a server
66
33
67
34
GLOBAL OPTIONS:
68
35
--username name, -u name your TUNET account name
0 commit comments