pub async fn ssh_signin_post(
    _: LoginPath,
    session: WritableSession,
    __arg2: Query<Next>,
    auth: AuthContext,
    __arg4: Form<AuthFormPayload>,
    state: Arc<AppState>
) -> Result<Redirect, ResponseError>