@thanakijwanavit commented on GitHub:
did you solve the issue @thanakijwanavit ? my client json file is like the following:
{"installed":{"client_id":"...","project_id":"...","a…
@georgalis commented on GitHub:
@robertgendler BTW the system I've used for many years to bring a vendor OS config to my standard is here: https://github.com/georgalis/pub/blob/master/boot/nbsd/h…
@georgalis commented on GitHub:
@robertgendler considering an alternate method for the sshd check/fix rules, a new approach is if sshd -T fails the check, use the include_dir and write a…
@paolafrancesca commented on GitHub:
@thanakijwanavit you provided a service acount json instead of a client api key one at https://console.developers.google.com/apis/credentials you can create…
@paolafrancesca commented on GitHub:
did you solve the issue @thanakijwanavit ? my client json file is like the following:
{"installed":{"client_id":"...","project_id":"...","auth_uri":"htt…
@paolafrancesca commented on GitHub:
@OnkelTem This project repository has no relation with the service at https://transfer.sh that's managed by https://storj.io. So far we cannot address any…
@thanakijwanavit commented on GitHub:
Thanks so much for your reply I have created a Oauth-client-id.json however I got the following error
panic: oauth2/google: missing redirect URL in…
@sxiii commented on GitHub:
Same for me both from CLI and from browser uploader...
@paolafrancesca commented on GitHub:
@andreasonny83 interesting. Where are the file hosted? Is the packaged a client only or a server, like transer-sh? I don't find the source code online
@bernstei commented on GitHub:
- in the compliance script, we do a check to see if there's any keys in /etc/ssh - if not, generate them using `ssh-keygen -q -N "" -t rsa -b 4096 -f…
@georgalis commented on GitHub:
@robertgendler regarding (1) this would seem a stylistic variation of my PR #248 checks, is there a style guide? The PR style embraces the original syntax, with…
@bernstei commented on GitHub:
@bernstei that is not consistent with my experience with sshd and/or mac. I could speculate causes, but that would be something of a random walk. I'm certain some…
@georgalis commented on GitHub:
Hi @bernstei I do not see os_ssh_fips_140_macs or os_ssh_permit_root_login_configure in the repo, where are they from? Did not check the other names but I presume…
@robertgendler commented on GitHub:
Since opening this issue and pull request we had 2 thoughts on how to handle the check 1.
if sshd -T 2> /dev/null; then
....check...
else
...could…
@robertgendler commented on GitHub:
@georgalis the check to do is not fail potentially if the hostkey isn't found. Because checking for sshd running then only checks if sshd is running.