• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#235 2026-01-19 18:29:33 +00:00
Gdrive credential error

@thanakijwanavit commented on GitHub:

did you solve the issue @thanakijwanavit ? my client json file is like the following:

{"installed":{"client_id":"...","project_id":"...","a…
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…

michael commented on issue dutchcoders/transfer.sh#235 2026-01-19 18:29:33 +00:00
Gdrive credential error

@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…

michael commented on issue dutchcoders/transfer.sh#235 2026-01-19 18:29:33 +00:00
Gdrive credential error

@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…
michael commented on issue dutchcoders/transfer.sh#236 2026-01-19 18:29:33 +00:00
Upload and download is extremally slow

@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…

michael commented on issue dutchcoders/transfer.sh#235 2026-01-19 18:29:33 +00:00
Gdrive credential error

@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…
michael commented on issue dutchcoders/transfer.sh#237 2026-01-19 18:29:33 +00:00
Could not save metadata

@sxiii commented on GitHub:

Same for me both from CLI and from browser uploader...

michael commented on issue dutchcoders/transfer.sh#237 2026-01-19 18:29:33 +00:00
Could not save metadata

@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

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@bernstei commented on GitHub:

  1. 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…
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…

michael opened issue dutchcoders/transfer.sh#235 2026-01-19 18:29:32 +00:00
Gdrive credential error
michael opened issue dutchcoders/transfer.sh#236 2026-01-19 18:29:32 +00:00
Upload and download is extremally slow
michael opened issue dutchcoders/transfer.sh#237 2026-01-19 18:29:32 +00:00
Could not save metadata
michael closed issue dutchcoders/transfer.sh#236 2026-01-19 18:29:32 +00:00
Upload and download is extremally slow
michael closed issue dutchcoders/transfer.sh#235 2026-01-19 18:29:32 +00:00
Gdrive credential error
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:32 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:32 +00:00
sshd checks sometimes fail for reasons other than the rule

@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…
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:32 +00:00
sshd checks sometimes fail for reasons other than the rule

@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.