* typie
A tool to unlock OpenBSD crypto volumes via SSH (serial console).
** Usage
#+begin_src shell
typie ssh://user@consoleserver
# or
typie ssh://user@consoleserver:2222
#+end_src
** 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
#+begin_src shell
go get -u suah.dev/typie
#+end_src