Skip to content

Instantly share code, notes, and snippets.

View transacid's full-sized avatar

Boris Petersen transacid

View GitHub Profile
@transacid
transacid / cdsh.go
Last active July 26, 2022 09:44
concurrent distributed ssh. I really like pdsh and on my journey of learning go I thought I'd give it a try :)
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"log"
"net"
"os"
@transacid
transacid / certlife.go
Last active May 4, 2022 09:02
prints when a cert expires
package main
import (
"crypto/tls"
"fmt"
"log"
"os"
"time"
)
@transacid
transacid / b64.go
Created May 3, 2022 07:59
base64 without echo
package main
import (
"bufio"
"encoding/base64"
"fmt"
"os"
"strings"
)

Keybase proof

I hereby claim:

  • I am transacid on github.
  • I am transacid (https://keybase.io/transacid) on keybase.
  • I have a public key whose fingerprint is E763 1741 8E03 6876 842F A58A C3E9 F4BA 2C7D BE9B

To claim this, I am signing this object: