Skip to content
New issue

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

SSH server doesn't offer password auth option, only SSH-RSA #34

Open
AndreC10002 opened this issue Aug 30, 2023 · 0 comments
Open

SSH server doesn't offer password auth option, only SSH-RSA #34

AndreC10002 opened this issue Aug 30, 2023 · 0 comments

Comments

@AndreC10002
Copy link

Setting up a SSH honeypot and found that it is enforcing SSH-RSA authentication, not letting a client provide username and password as credentials. Configuration file:

{
"logs": "file,terminal,json",
"logs_location": "/var/log/honeypots/",
"syslog_address": "",
"syslog_facility": 0,
"honeypots": {
"ssh":{
"port":22,
"ip":"0.0.0.0",
"username":"admin",
"password":"abc123",
"log_file_name":"ssh.log",
"max_bytes":1000000,
"backup_count":10,
"options":["capture_commands","fix_get_client_ip"]
}
}
}

Couldn't find an option to change this behavior. Would be more useful if the honeypot could accept only a username and password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant