Skip to content

Commit

Permalink
ssh: fix typo
Browse files Browse the repository at this point in the history
refs: #3941
  • Loading branch information
wez committed Jul 6, 2023
1 parent 9e36775 commit 25361e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mux/src/ssh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fn format_host_verification_for_terminal(failed: HostVerificationFailed) -> Vec<
Some(file) => Change::Text(format!(
"The host is {}, and its fingerprint is\r\n{}\r\n\
which doesn't match the entry in {}\r\n\
If administrator confirms that the key has changed, you can\r\n\
If the administrator confirms that the key has changed, you can\r\n\
fix this for yourself by removing the offending entry from\r\n\
{} and then try connecting again.\r\n",
failed.remote_address,
Expand Down

0 comments on commit 25361e0

Please sign in to comment.