Enforce authorized_keys from restrictions
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-13 22:07:04 -04:00
parent 0575cf678f
commit af5e9f7956
4 changed files with 221 additions and 21 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ mod tests {
);
let authorized = parse_authorized_keys(&authorized_line).unwrap();
verify_native_user_auth(&client, &server, &auth, &authorized).unwrap();
verify_native_user_auth(&client, &server, &auth, &authorized, None).unwrap();
}
fn fake_agent(listener: UnixListener, key_blob: Vec<u8>, signing: SigningKey) {