Rotate SSH keys, stored in the cloud!
Project description
key-switcheroo: SSH key rotator toolkit
Table of Contents
What is it?
key-switcheroo is a Python package that provides tools for easy :smile:, reliable :white_check_mark:, and secure :lock: SSH key management. The package contains tools to allow users to generate SSH public/private key pairs and securely store the public key either on AWS S3 or locally based on user preferences. The package also contains a tool used by the server host to retrieve and match the public keys with the corresponding private key during SSH connection attempts. Additionally, the package supports a feature for periodic rotation and swapping of public keys to enhance security. Click here for the video presentation.
Features
Publisher
The publisher tool offers a user-friendly interface to securely generate SSH public/private key pairs. It allows users to specify the storage location for the public key, either on AWS S3 or on their local machine. The generated private key is stored securely and can be used for SSH authentication.
Retriever
The retriever tool is designed to be used by server hosts for retrieving the public keys stored by the publisher. When an SSH connection attempt is made, the retriever fetches the corresponding public key associated with the private key used in the connection attempt. The tool compares the retrieved public key with the provided public key, ensuring a secure and authenticated connection.
Key rotation
To enhance security, key-switcheroo supports a key rotation feature. The user simply needs to call the publisher script again with the same credentials and the program will swap and rotate the stored public keys. This process helps mitigate the risks associated with long-term key exposure and strengthens the overall security posture.
Where to get it
The source code is currently hosted on GitHub at: https://github.com/SSH-key-rotation-AWS/key-switcheroo
Binary installer for the latest released version is available at the Python Package Index (PyPI).
pip install key-switcheroo
How to use
Once the package is installed, commands can be called from the user's CLI for both the publisher and retriever using different optional arguments.
For help with command-line arguments,
switcheroo_publish --help
or switcheroo_publish -h
switcheroo_retrieve --help
or switcheroo_retrieve -h
AWS Profile Management
Switcheroo uses its own AWS profile management system. This can be accessed by the base command switcheroo_configure
. Run switcheroo_configure -h
to get help.
The following command is used to create a profile, which is automatically used:
switcheroo_configure add --access-key [access key] --secret-access-key [secret access key] --region [region]
If multiple profiles are added, you can select which one to use with switcheroo_configure select
, delete one with
switcheroo_configure delete
, and view your profiles with switcheroo_configure view
.
Publisher
When using the publisher for creating and publishing new SSH keys, the user has a couple of different optional arguments, in addition to the required arguments.
Required Arguments:
hostname
- host server. This is the return value ofsocket.getfqdn()
.user
- username of the connecting client
Optional Arguments:
--datastore local
or-ds local
- Stores the public key on the local file system
--datastore s3
or-ds s3
- Stores the public key in an S3 bucket
- If
s3
is selected, the user MUST also input--bucket
, followed by a name for their S3 bucket - If no
--datastore
is selected, the program will default tos3
--sshdir path/to/key/dir
- Input the absolute path to your directory that stores the local keys (private key for S3 publisher)
- Defaults to local .ssh home directory
--metric aws
or-m aws
- Opt to have metrics published to AWS cloudwatch (time to generate keys and key count)
--metric file
or-m file
- Opt to have metrics published to the local file system (time to generate keys and key count)
- If
file
is selected, the user CAN also input--metricpath
, followed by path to a directory to store the metrics in (default is{user's home}/switcheroo_app_data/metrics
)
Example
switcheroo_publish 127.0.0.1 johndoe -ds s3 --bucket mybucket --sshdir home/johndoe/.ssh -m aws
switcheroo_publish 127.0.0.1 johndoe --datastore local --metric file --metricpath home/switcheroo/metrics
Retriever
When using the retriever for fetching the public SSH keys, the user has a couple of different optional arguments, in addition to the required arguments.
Required Arguments:
user
- username of the client whose key is being fetched
The hostname
is assumed to be that of the executing computer, as retrieved by socket.getfqdn()
.
Optional Arguments:
--datastore local
or-ds local
- Retrieves the public key from the local file system
--datastore s3
or-ds s3
- Retrieves the public key from the S3 bucket
- If
s3
is selected, the user MUST also input--bucket
, followed by their S3 bucket name - If no
--datastore
is selected, the program will default tos3
--sshdir path/to/key/dir
- The absolute path to your directory that stores the local keys (private key for S3 publisher)
- Defaults to local .ssh home directory
Example
switcheroo_retrieve johndoe --datastore s3 --bucket mybucket
switcheroo_retrieve johndoe -ds local --sshdir /home/johndoe/.ssh/keys
Configuring Your SSHD
If you want to configure your SSHD to use key-switcheroo for SSH connections, follow the following steps:
-
pip install key-switcheroo
. Note that installing packages onto the system may cause issues, and should be done with care. You may want to consider usingpipx
to isolate the installation in a virtual environment. -
This installs 3 binaries -
switcheroo_configure
,switcheroo_retrieve
andswitcheroo_publish
. The exact location of these binaries depends on your OS and if you used a tool like pipx to install them -
Configure an AWS profile using
switcheroo_configure add
. Note that the user that configures this profile will be the user retrieving keys - SSH reccomends having a separate user to do this, such asaws_user
. -
Open your
sshd_config
, or create a *.conf file insshd_config.d
. -
In the config, add the following two lines:
AuthorizedKeysCommand /path/to/switcheroo_retrieve -ds s3 --bucket [your-bucket] %u
AuthorizedKeysCommandUser [your user configured in step 2]
-
Restart sshd/the system.
That's it! Now, if a public key is published to the bucket, your server will use it for SSH authentication.
Dependencies
- boto3 - Adds support for publishing public SSH keys to S3 using the AWS SDK for Python
- pycryptodome - Provides tools for generating secure public/private SSH key pairs
Contributing to key-switcheroo
Contributions to key-switcheroo are welcome! If you encounter any issues, have suggestions, or would like to add new features, please feel free to open an issue or submit a pull request on the GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file key_switcheroo-1.0.2.tar.gz
.
File metadata
- Download URL: key_switcheroo-1.0.2.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.0rc1 Linux/5.19.0-1025-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea09cb5526523dd6d2e318995d3fa4e4ab7fc4d8ecca08974f83623800b8dd65 |
|
MD5 | 6b59201bbf37db403399c1db7f40b10e |
|
BLAKE2b-256 | 5288987c2501aaecd5582bc5ae23824ee1fcca7760ae724eaec734a9c3663946 |
File details
Details for the file key_switcheroo-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: key_switcheroo-1.0.2-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.0rc1 Linux/5.19.0-1025-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da5fb99d5d416087a005b85a7168b7eadda9e24e30dbf0803ce7b7f942c5e85 |
|
MD5 | c9ee4cb74d9d67a9a177798d6461d0ed |
|
BLAKE2b-256 | 31a585c94fa9ea827e6d0e4f06aefc5d2e306cd41eca9baf4866d0b48695f90b |