We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is:
1 parent 44666f7 commit eb18883Copy full SHA for eb18883
tests/testsuite/ssh.rs
@@ -184,7 +184,7 @@ fn known_host_works() {
184
// Validate the fingerprint while we're here.
185
let fingerprint = stderr
186
.lines()
187
- .find_map(|line| line.strip_prefix(" The ECDSA key fingerprint"))
+ .find_map(|line| line.strip_prefix(" The ECDSA key fingerprint is: "))
188
.unwrap()
189
.trim();
190
let finger_out = sshd.exec(&["ssh-keygen", "-l", "-f", "/etc/ssh/ssh_host_ecdsa_key.pub"]);
0 commit comments