@paolafrancesca commented on GitHub:
@JackDallas but if the items are created private by default with the aws credentials of transfer.sh I expect that after the same client with the same…
@jtagcat commented on GitHub:
Yes, but I'm also using my self-hosted instance of it.
@JackDallas commented on GitHub:
So Digitalocean don't let you set a bucket wide policy it has to be set per item and items are private by default so you have to include the ACL policiy when you…
@paolafrancesca commented on GitHub:
@JackDallas sorry but it is still not clear
where do you set the base url? as --s3-endpoint to transfer.sh?
what is exactly not working?
why the item…
@paolafrancesca commented on GitHub:
@jtagcat the version hostend on https://transfer.sh and the version in the repo if you self-host are different, so please give more details.
- what version…
@bernstei commented on GitHub:
I was more thinking of someone went in and edited to add another line after the DoD standard banner. I guess the remediation script would overwrite that, so it's…
@georgalis commented on GitHub:
regarding exit codes, if you are using bash or a compatible shell, this has been very helpful:
export PS1="\${?%0} \u@\h:\w "
the "$? variable expansion"…
@robertgendler commented on GitHub:
This is in dev_ventura_stig
@georgalis commented on GitHub:
You could test a grep for the banner string, but that would pass if, for example, the standard banner was followed by a clear screen char, or other ways the banner…