droberson / ssh-honeypot

Fake sshd that logs ip addresses, usernames, and passwords.
MIT License
620 stars 240 forks source link

Clang needed #22

Closed myxxmikeyxx closed 2 years ago

myxxmikeyxx commented 3 years ago

Should I install build essentials or just install clang? I am using Ubuntu 20.04 server so it does not have anything, and I would like to keep it as lightweight as possible.

droberson commented 2 years ago

Removed the hard-coded CC=clang in the Makefile. This should work fine with gcc.

myxxmikeyxx commented 2 years ago

Thank you I will have to try that.