Provides command line interface for cross-platform terminal Termius.
[this project used to be named serverauditor-sshconfig in the past]
For macOS users, there is a Homebrew formula. Usage:
$ brew install termiusNote: By default, the command above installs Bash and zsh completions.
For Linux users, there is a bootstrap.sh script. Usage:
$ curl -sSL https://raw.githubusercontent.com/Crystalnix/termius-cli/master/bootstrap.sh | bashTermius CLI utility can be installed via pip:
pip install -U termiusor easy_install:
easy_install -U termiusInit (login, pull, import-ssh-config, push)
termius initLogin to termius.com
termius loginPull data from termius.com
termius pullCreate host
termius host --address localhost --label myhostConnect to host
termius connect myhost
Push data to termius.com
termius pushImport hosts from ssh config
termius import-ssh-configExport hosts from local storage to ./termius/sshconfig
termius export-ssh-configA serverauditor user used to enter:
$ serverauditor exportInstead of it, a termius user enters:
$ termius import-ssh-config # Not required password, or login
$ termius push # Send all data to the cloudTo prevent import of some super secure host a termius user
should write special # termius:ignore annotation:
Host super-secure
# termius:ignore
HostName example.com
User secret_userIf a client are not logged in, the next command logs it in:
$ termius login # One timeA serverauditor user used to enter:
$ serverauditor importInstead of it, a termius user enters:
$ termius export-ssh-config # Export to ./termius/sshconfigPlease see LICENSE.
