Skip to main content

hausschrat ssh ca cli

Project description

hausschrat cli

setup

Use pip to install.
pip3 install hausschrat --user

No magic here. That's all.

usage

The configuration file of hausschrat cli is located in ~/.config/hausschrat.yml.
At least a profile named default must be configured.

default:
  server: http://localhost:8080
  scm_url: https://git.osuv.de
  api_token: 123abc
  user: ma
  key: markus@dell
  expire: +5h
  cert_file: ~/.ssh/test-cert.pub

gitlab:
  scm_url: https://gitlab.com
  api_token: ...
  user: ec2-user
  key: rsa@aws
  expire: +1h

my_company:
  server: https://hausschrat.mycompany.tld
  scm_url: https://gitlab.mycompany.tld
  api_token: ...
  user: some_user

All parameters which are not set in addition profiles will be taken from the default profile.
In the upper my_company profile example, the values of expire and cert_file are taken from the default profile.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hausschrat-2.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page