Update ed25519 server key (not yet in production)

This commit is contained in:
Nicolas Viennot 2019-04-07 10:20:22 -04:00
parent b01c6ecebd
commit 32d48cbc9d

View File

@ -937,7 +937,7 @@ const struct options_table_entry options_table[] = {
{ .name = "tmate-server-ed25519-fingerprint", { .name = "tmate-server-ed25519-fingerprint",
.type = OPTIONS_TABLE_STRING, .type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER, .scope = OPTIONS_TABLE_SERVER,
.default_str = "" .default_str = "SHA256:jfttvoypkHiQYUqUCwKeqd9d1fJj/ZiQlFOHVl6E9sI"
}, },
{ .name = "tmate-display-time", { .name = "tmate-display-time",