From 2680e4fa04e0dd356117ee8bf2b84cc53fad62b8 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Wed, 23 Dec 2015 23:17:35 -0500 Subject: [PATCH] master.tmate.io -> ssh.tmate.io --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 12e32f8a..e67d23d7 100644 --- a/options-table.c +++ b/options-table.c @@ -901,7 +901,7 @@ const struct options_table_entry options_table[] = { { .name = "tmate-server-host", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, - .default_str = "master.tmate.io" + .default_str = "ssh.tmate.io" }, { .name = "tmate-server-port",