mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-26 01:54:14 +01:00
nits
This commit is contained in:
parent
e840ff7582
commit
d433fe6956
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user