sshb0t icon indicating copy to clipboard operation
sshb0t copied to clipboard

A bot for keeping your ssh authorized_keys up to date with user's GitHub keys, **only** use if you enable 2FA & keep your keys updates.

Results 4 sshb0t issues
Sort by recently updated
recently updated
newest added

This fixes the build for freebsd/arm64. Did this: ``` go get -u golang.org/x/sys go mod tidy ```

If this tool is run on a machine that already has some `authorized_keys`, they are overwritten. GCP requires some keys be in the `authorized_keys` file for the web console and...

What about a conf file for this? Like, pass a flag pointing to a conf file at a file location, or accepting https:// locations or something. At that conf file,...

enhancement

Hi, I wanted to exclude one key from GitHub that I don't use for remote server SSH, here's a simple implementation that does string matching on a per-line basis. This...

enhancement