This commit is contained in:
Nicolas Viennot 2016-03-29 01:42:07 -04:00
parent e840ff7582
commit d433fe6956

View File

@ -319,7 +319,7 @@ static void on_ssh_client_event(struct tmate_ssh_client *client)
request_passphrase(client); request_passphrase(client);
} else { } else {
kill_ssh_client(client, "SSH keys not found." kill_ssh_client(client, "SSH keys not found."
" Run 'ssh-keygen' to create keys and try again."); " Run 'ssh-keygen' to create keys.");
return; return;
} }