plugin for adding and removing keys to servers
Project description
edwh-sshkey-plugin
Table of Contents
Installation
To install all edwh related plugins
pipx install edwh[plugins,all,omgeving]
To only install edwh sshkey plugin
pipx install edwh[sshkey]
Guide
Generating new keys:
example for ubuntu@user.nl
edwh sshkey.generate --message={message} --owner=ubuntu --hostname=user --goal=nl
possible arguments for ew sshkey.generate
:
- message: REQUIRED, message to give with the generated key
- owner: owner of the server you are generating a key for
- hostname: hostname of the server you are generating the key for
- goal: What is the goal to use this key for, for example: 'production' or 'testing'
note:
you atleast need to give this function 2-3 parameters and a message else it will not work.
Adding keys to remote
example for ubuntu@user.nl
edwh sshkey.add-to-remote -H ubuntu@user.nl --keys_to_remote=owner-hostname-goal
possible arguments for ew sshkey.add-to-remote
:
- keys_to_remote: all saved keys you want to add to the remote
Removing SSH keys from a remote machine:
The delete_remote function is used to remove specified SSH keys from a remote machine. The function takes in an iterable of keys to be removed and a Connection object.
usage:
edwh sshkey.delete-remote -H ubuntu@user.nl --keys_to_remote=owner-hostname-doel
possible arguments for ew delete_remote
:
- keys_to_remote: An iterable of keys to be removed from the remote machine. If a string is provided, it is converted into a list with one element.
note:
The function retrieves all key information from the keyholder and checks if the command line key is present in the key information. If it is, the function retrieves the SSH key and removes it from the authorized_keys file on the remote machine. After successfully removing the key, the function prints a success message indicating that the specified key has been removed.
List SSH keys from a remote or local machine:
edwh sshkey.list -H ubuntu@user.nl
Note:
this list all found known and unknown keys on the local or remote server.
License
edwh-sshkey-plugin
is distributed under the terms of the MIT license.
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
Built Distribution
File details
Details for the file edwh_sshkey_plugin-0.1.6.tar.gz
.
File metadata
- Download URL: edwh_sshkey_plugin-0.1.6.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cea343c563577f75575def5f2d0ffd758e0803e0afff1765fe4c039870cda5ff |
|
MD5 | 29fb599c8031b0d59fdb68f2ec41bf36 |
|
BLAKE2b-256 | 5a5bac6a86085bba724d4297f148f4396256c8ae9dbbd115787873d949b3b9a4 |
File details
Details for the file edwh_sshkey_plugin-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: edwh_sshkey_plugin-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 064a4ca2b905c2cfcccfa51bfdf57ea3b2f610e2c148452bcb3460755e7dcf82 |
|
MD5 | 8ac82919cf5afe0b2ee2e0e2e4f1ba08 |
|
BLAKE2b-256 | ba33bb40d2d9ed8f2b0ae42bc4d43676b9d83f45e7f3ecb55ebb348442cafbbc |