|
From: <li...@la...> - 2015-08-21 02:19:47
|
Yeah, I had the $ in the actual file, it just didn't make it to the email. ( I've noticed failing to match curly brackets locks up my VPS, but that is another story.)
So basically I had entered what you suggested. Who creates this table?
Original Message
From: Kevin Zheng
Sent: Thursday, August 20, 2015 6:51 PM
To: ssh...@li...
Reply To: ssh...@li...
Subject: Re: [Sshguard-users] Is sshguard working?
On 08/20/2015 20:46, li...@la... wrote:
> I added:
> {fwcmd} add reset ip from 'table(22)' to me
{fwcmd} must be prefixed with a '$' because it is a shell variable:
${fwcmd} add reset ip from 'table(22)' to me
Best,
Kevin Zheng
--
Kevin Zheng
kev...@gm... | ke...@kd... | PGP: 0xC22E1090
------------------------------------------------------------------------------
_______________________________________________
Sshguard-users mailing list
Ssh...@li...
https://lists.sourceforge.net/lists/listinfo/sshguard-users
|