With private keys stored as environment variables, create a basic SSH interactive session with Fabric.
Project description
ssh_from_env
What would you do if a device on which you've stored your private ssh key files, is lost, stolen or damaged?
This small script allows a (basic, slow) ssh log-in shell session to be created using Fabric and Paramiko, from a private ssh key stored in an environment variable. Services such as Hashicorp Vault can run scripts such as this one, passing them secrets as environment variables. This makes saving copies of private key files (whether temporary or permanent) on a local disk unnecessary.
I do not claim this is best practise. Nor that it scales (vault services can be used to authenticate ssh certificates instead).
This script is only intended to be a simple mitigation to loss, theft and damage of physical devices.
Users able to rely on managed physical copies of ssh key files, do not need this library at all. For the rest of us, please note this not a hardened magic bullet to manage all your security issues. Produce your own security model. In particular this approach: a) delegates important security decisions to second and third parties, in no particular order: myself, my own infrastructure and dependency providers, and your chosen cloud vault service provider(s). This script is a trade off. It is intended to make you less vulnerable to all your offices burning down or devices being stolen. But as with moving anything from on-prem to the cloud, this is always at the cost of exposing you to others' vulnerabilities instead. b) the vault service(s) themselves must now be secured. By their very nature, credible providers have considered this at length, e.g. requiring password, and either a OTP or a recovery code (storing recovery codes on the devices instead of ssh key files, just shifts the problem to a different file, and adds only a little obscurity, not any extra security).
Usage:
- Create an account with a Vault provider with a CLI, e.g. Hashicorp Vault. Install this provider's CLI. Copy the contents of the RSA
private key file into a secret in this service (
ssh_from_env
will look for a secret calledSSH_KEY
by default). pipx install ssh_from_env
- Run the main entrypoint script, via the Vault provider's CLI, that grants access to the secrets as environment variables.
hcp vault-secrets run -- ssh_from_env user@host (env_var_name=SSH_KEY)
Alternatives
Hard disk encryption or encrypted containers/volumes/partitions (e.g. Veracrypt)
Pros
- Tested, established tools.
- Simple to backup.
Cons
- Not a mitigation by themselves alone for loss or damage (backups also required for this).
- Extra passphrase to remember/store, or passphrase reuse required.
- No audit trail
- Credentials need to be entered each session to mount, as they are not remembered (it could also be argued this is a "Con" of a Vault service).
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 ssh_from_env-0.0.0.tar.gz
.
File metadata
- Download URL: ssh_from_env-0.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 808da5c711a79cdd9b8db9cf553e541e3649e3ac931f12e03da0844d5c6b77cc |
|
MD5 | 1b6c0cbbae54d00e5a71b48bd56080c8 |
|
BLAKE2b-256 | d08dbfde8f7c39f1093c9732d5e30e395977d356e459e9a672675402038ecec1 |
File details
Details for the file ssh_from_env-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: ssh_from_env-0.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f39208ee718593a8868bdde4b77ed972ea1c539d5f707c9a3f48b72dad09321c |
|
MD5 | 768c41e3938f2ad2aeb84526582b92db |
|
BLAKE2b-256 | 76773167273e6953fd4669d9731b40b0c1b2dc2ede7e5d0a402c2030b850748d |