typie/README.org

25 lines
395 B
Org Mode
Raw Permalink Normal View History

2021-02-25 09:30:25 -07:00
* typie
A tool to unlock OpenBSD crypto volumes via SSH (serial console).
** Usage
2021-02-25 09:30:57 -07:00
#+begin_src shell
2021-02-25 09:30:25 -07:00
typie ssh://user@consoleserver
# or
typie ssh://user@consoleserver:2222
2021-02-25 09:30:57 -07:00
#+end_src
2021-02-25 09:31:41 -07:00
2021-02-25 09:34:35 -07:00
** SSH
~typie~ will use ssh keys in your currently running ~ssh-agent~. It will also
compare pub keys to your existing ~known_hosts~ file.
2021-02-25 09:31:41 -07:00
** Install
#+begin_src shell
go get -u suah.dev/typie
#+end_src