1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Rename account-key -> api-key

This commit is contained in:
Nicolas Viennot 2019-11-10 22:28:08 -05:00
parent ecc15f6022
commit e1a5e08471

View File

@ -191,7 +191,7 @@ static void handle_session_name_options(const char *name, __unused const char *v
if (tmate_has_websocket())
return;
if (!strcmp(name, "tmate-account-key") ||
if (!strcmp(name, "tmate-api-key") ||
!strcmp(name, "tmate-session-name") ||
!strcmp(name, "tmate-session-name-ro")) {
static bool warned;