A tool to unlock OpenBSD crypto volumes over SSH
Go to file
2021-03-02 09:07:32 -07:00
.gitignore Initial commit for typie 2021-02-25 09:26:29 -07:00
go.mod tidy / log what we are doing 2021-03-02 09:07:32 -07:00
go.sum tidy / log what we are doing 2021-03-02 09:07:32 -07:00
LICENSE Initial commit for typie 2021-02-25 09:26:29 -07:00
main.go tidy / log what we are doing 2021-03-02 09:07:32 -07:00
README.org +info about ssh 2021-02-25 09:34:35 -07:00

typie

A tool to unlock OpenBSD crypto volumes via SSH (serial console).

Usage

typie ssh://user@consoleserver

# or

typie ssh://user@consoleserver:2222

SSH

typie will use ssh keys in your currently running ssh-agent. It will also compare pub keys to your existing known_hosts file.

Install

go get -u suah.dev/typie