hashbang.sh
hashbang.sh copied to clipboard
Public facing website on hashbang.sh with embedded user creation script.
Is there a way to update/add SSH public keys? Things I've tried: - `hashbangctl` is missing, I guess due to #65 - Couldn't find documentation for the userdb API, I...
`keys.gnupg.net` no longer resolves and it's in use on the setup script. It looks like it's been out of commission for awhile along with a bunch of others back in...
I tried running the script with an existing ED25519-sk key and it refused because the SSH key was Ed25519-sk. ``` Does this look correct? [Y/n] y Creating your account... Account...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2...
This will make things work for users with smartcards and equivalents ... or apparently those running the signup script on a remote machine with SSH agent forwarding. :sweat_smile:
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
I think I did this once already but I forgot how to access my account. I currently get this error when trying to recreate the account: ``` Username: chovy Public...
I am usually using ssh-agent forwarding to get the key and have the actual private key only stored on my Windows machine in putty When running the script on a...