Closed defensivedepth closed 2 years ago
Using latest code.
I have opencanary setup with git enabled on 9418 on 192.168.x.x.
I run the following from my local system:
git init
git remote add origin dresden@192.168.x.x:/project/project.git
git pull origin master --> this connects successfully and asks for my password. I give it a bogus pasword and it gives me a permission denied.
git pull origin master
Going over to the opencanary log, there is no record of this failed attempt. I am seeing records from other services like failed FTP logins, etc.
--Edit - (realized later it was connecting to SSH on 22)
So I reread the docs :)
Apparently it only alerts on a clone of the repo. I am currently testing this again.
Using latest code.
I have opencanary setup with git enabled on 9418 on 192.168.x.x.
I run the following from my local system:
git init
git remote add origin dresden@192.168.x.x:/project/project.git
git pull origin master
--> this connects successfully and asks for my password. I give it a bogus pasword and it gives me a permission denied.Going over to the opencanary log, there is no record of this failed attempt. I am seeing records from other services like failed FTP logins, etc.
--Edit - (realized later it was connecting to SSH on 22)