# ssh-honeypot **Repository Path**: emcdesign/ssh-honeypot ## Basic Information - **Project Name**: ssh-honeypot - **Description**: Fake sshd that logs ip addresses, usernames, and passwords. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSH Honeypot This program listens for incoming ssh connections and logs the ip address, username, and password used. This was written to gather rudimentary intelligence on brute force attacks. ## Quick start - ensure libssh is installed (apt install libssh-dev) - edit src/config.h - ssh-keygen -t rsa (save to non-default location!) - make - bin/ssh-honeypot -r ssh-honeypot.rsa