mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Add command line arguments to set the account_key/session_names
-k account_key -n session_name -r session_name_ro
This commit is contained in:
parent
c63c8fbf90
commit
c78198dc59
3 changed files with 36 additions and 1 deletions
1
server.c
1
server.c
|
|
@ -203,6 +203,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
|
|||
|
||||
#ifdef TMATE
|
||||
tmate_set_editor_mode();
|
||||
tmate_init_boot_options();
|
||||
#endif
|
||||
start_cfg();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue