Enforce authorized_keys from restrictions
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user