comparison runopts.h @ 1534:ed930fd6f60f

Added the -G option to allow logins only for users that are members of a certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements.
author stellarpower <stellarpower@googlemail.com>
date Tue, 20 Feb 2018 02:11:55 +0000
parents 2d450c1056e3
children 6a83b1944432
comparison
equal deleted inserted replaced
1522:47fcbdd12d9b 1534:ed930fd6f60f
90 /* whether to print the MOTD */ 90 /* whether to print the MOTD */
91 int domotd; 91 int domotd;
92 #endif 92 #endif
93 93
94 int norootlogin; 94 int norootlogin;
95 char *grouploginname;
96 gid_t *grouploginid;
95 97
96 int noauthpass; 98 int noauthpass;
97 int norootpass; 99 int norootpass;
98 int allowblankpass; 100 int allowblankpass;
99 unsigned int maxauthtries; 101 unsigned int maxauthtries;