Report server version in doctor
This commit is contained in:
@@ -524,6 +524,7 @@ async fn handle_native_user_auth(
|
||||
allow_remote_forwarding: locked.config.allow_remote_forwarding,
|
||||
allow_agent_forwarding: locked.config.allow_agent_forwarding,
|
||||
policy_flags: Vec::new(),
|
||||
server_version: env!("CARGO_PKG_VERSION").to_string(),
|
||||
}
|
||||
};
|
||||
let body = protocol::to_body(&check)?;
|
||||
|
||||
Reference in New Issue
Block a user