We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the file scp_v0.c, the allowed logins are logged with the code
log_message(LOG_LEVEL_INFO, "++ created session (access granted): username %s, ip %s", s->username, s->client_ip);
and the username and client_ip are logged.
It is possible the log the failed logins? I think it will be useful.
Regards, Rafel Amer Technic University of Catalonia
The text was updated successfully, but these errors were encountered:
I agree. It is quite useful.
Sorry, something went wrong.
I'm working on this area at the moment for a fix for #1684. I'll pick this one up at the same time.
Successfully merging a pull request may close this issue.
In the file scp_v0.c, the allowed logins are logged with the code
log_message(LOG_LEVEL_INFO, "++ created session (access granted): username %s, ip %s", s->username, s->client_ip);
and the username and client_ip are logged.
It is possible the log the failed logins? I think it will be useful.
Regards,
Rafel Amer
Technic University of Catalonia
The text was updated successfully, but these errors were encountered: