A tool to unlock OpenBSD crypto volumes over SSH
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.org |
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