From 32d48cbc9df07045af43e0e8d76bd7a58647cce1 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Sun, 7 Apr 2019 10:20:22 -0400 Subject: [PATCH] Update ed25519 server key (not yet in production) --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index a44f9445..4966431c 100644 --- a/options-table.c +++ b/options-table.c @@ -937,7 +937,7 @@ const struct options_table_entry options_table[] = { { .name = "tmate-server-ed25519-fingerprint", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, - .default_str = "" + .default_str = "SHA256:jfttvoypkHiQYUqUCwKeqd9d1fJj/ZiQlFOHVl6E9sI" }, { .name = "tmate-display-time",