search for: certn

Displaying 2 results from an estimated 2 matches for "certn".

Did you mean: certs
2010 Sep 14
9
Random File Name
Hi, Im looking at using MixMonitor to record calls and I know that I need to set the filename first. However, with the number of calls coming in, hard coding the filename isnt an option. So I need to do something like this:- MixMonitor(RANDOMNUMBER.wav) But can't find a way to generate a random number. I thought that maybe I could use a unique variable that already exists for the current
2020 Jun 23
4
SSH certificate and serverside ForceCommand
...eveloping an open source project that uses SSH certificates. We issue short lived certificates (few minutes) to execute commands on behalf of users. We have a use case where we need to issue certificates with 10 days validity and store them, so we put a command inside them: ssh-keygen -s ca-key -I certN -n user -O force-command="wget something" -V +10d user-key.pub and it works as expected. This way, if the certificate is stolen, it can only be used to execute that command (also the CA is only trusted from some hosts, no root login, etc). We also want to use "ForceCommand" op...