Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardob90 authored Jul 10, 2023
1 parent c189110 commit 20b8c48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# cscs-keygen

Python script to automate fetching a new SSH keypair for CSCS infrastructure. It relies on credentials stored in a cloud-based password manager, like Bitwarden or 1Password.

## Setup

### Prerequisites

- Python 3.10 with the dependencies listed in `requirements.txt` installed
- An account with a supported password manager (Bitwarden, 1Password)
- The command-line interface (CLI) of password manager of your choice
- (optional) A virtual environment with `venv` or `pipenv` (or any other similar utility of your choice)

## Usage

Please, check out the [docs](https://github.com/empa-scientific-it/cscs-keygen/wiki) of this project for details on the usage.

0 comments on commit 20b8c48

Please sign in to comment.