pub async fn first_auth(
ev: ServEvent<'_, '_>,
config: &SunsetMutex<SSHStampConfig>,
) -> Result<(), Error>Expand description
Handles the first authentication request.
ยงErrors
Returns an error if SSH protocol operations fail.
pub async fn first_auth(
ev: ServEvent<'_, '_>,
config: &SunsetMutex<SSHStampConfig>,
) -> Result<(), Error>Handles the first authentication request.
Returns an error if SSH protocol operations fail.