Results 31 comments of offsides

Can I also request a command-line switch to auto-accept certs? I use multiple SSH tunnels to bounce my rdesktop connections, and have a script to do it all for me....

I haven't touched the EEPROM, but other than updating in in Raspbian before starting to work with OpenBSD, I don't have access to it. It works fine ultimately booting from...

I've come up with partial code to make this happen, though it's not a complete fix. It requires adding a custom datafield ('has_agent', type Boolean) and then assigning it as...

IIRC, the issue is this (it's been a while and that project has been unfortunately sidelined for a while). I currently have a full infrastructure using NRPE on the Linux...

Sorry, my original config use the %{time:%s} format, and I noticed that that was no longer the documented format so I tried %{%s}t as well but got the same thing....

I think I see the issue - when you utilize strftime, you're passing it the time struct provided by gmtime, which by definition returns the time in UTC. But strftime...

Just FTY, a little additional digging indicates that the problem is taking the time struct tm and reconstituting it into seconds using mktime(). Even more interestingly, the value of tm->tm_zone...

@Castaglia - I'll take a look and see what I can do. I'm not that familiar with Perl testing, so it'll depend on both time and the learning curve. @deba12...

OK, so I don't know how this happened, but somehow the base64 decoding of the openSSH key fingerprint must've gotten messed up, because in trying to get log info for...

As I said, it's not a huge deal that the format isn't the same as long as the underlying data is the same. I can easily implement a way to...