SSH server manager on the basis of environments
Project description
Connect Dev SSH
Simple and elegant python module that helps you to manage your ssh server based on environment. Like DEV, UAT, PRE-PROD, PROD etc. You can customize your environments/servers config as per your requirements.
Installation
Use the package manager pip to install foobar.
pip install dssh
Usage
Add new environment
dssh addenv
Output:
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
└────────────────────────┘
New Environment name: DEV
Delete an environment
dssh dlenv
Output:
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
│ DEV │
└────────────────────────┘
Select an environment: DEV
Add new server to an environment
dssh addserver
Output:
dssh addserver
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
│ DEV │
└────────────────────────┘
Select an environment: DEV
┏━━━━━━━━━━━━━━━━━━━┓
┃ Availbale Servers ┃
┡━━━━━━━━━━━━━━━━━━━┩
└───────────────────┘
New Server name: Server1
Server username: username
Server hostname: 10.10.0.1
Custom key path(path should be absolute)(Press enter if no change):
Does this server use bastion server y/n: n
Connect to a server
dssh connect
Output:
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
│ DEV │
│ UAT │
└────────────────────────┘
Select an environment: DEV
┏━━━━━━━━━━━━━━━━━━━┓
┃ Availbale Servers ┃
┡━━━━━━━━━━━━━━━━━━━┩
│ Server1 │
└───────────────────┘
Select a server: Server1
Environment:DEV Server:Server1!
Connecting to username@10.10.0.1! 💥
Modify config of a server
dssh modserver
Output:
dssh modserver
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
│ DEV │
└────────────────────────┘
Select an environment: DEV
┏━━━━━━━━━━━━━━━━━━━┓
┃ Availbale Servers ┃
┡━━━━━━━━━━━━━━━━━━━┩
│ Server1 │
└───────────────────┘
Select a server: Server1
Current Username - username Hostname - 10.10.0.1
New Username(Press enter if no change): nusername
New Hostname(Press enter if no change): 10.10.0.2
New key path(path should be absolute)(Press enter if no change):
Do you want to update bastion server(y/n): n
Success! 💥
Remove a server
dssh dlserver
Output:
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Available Environments ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━┩
│ DEV │
└────────────────────────┘
Select an environment: DEV
┏━━━━━━━━━━━━━━━━━━━┓
┃ Availbale Servers ┃
┡━━━━━━━━━━━━━━━━━━━┩
│ Server1 │
└───────────────────┘
Select a server: Server1
Success! 💥
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
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
dssh-0.4.6.tar.gz
(3.8 kB
view details)
Built Distribution
dssh-0.4.6-py3-none-any.whl
(4.4 kB
view details)
File details
Details for the file dssh-0.4.6.tar.gz
.
File metadata
- Download URL: dssh-0.4.6.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Darwin/21.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40333f30d2d10ac6fc13dd2ebf6138720a985b862155a284bae109f8b04b323c |
|
MD5 | c34b4afe456897b75b6b336cbaf1dd33 |
|
BLAKE2b-256 | 90fd6bde9463d2f0fd828a7b4db1a0685aeca4459d0fc5d9808ed5dd387034a3 |
File details
Details for the file dssh-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: dssh-0.4.6-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Darwin/21.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0cec8608f6e07d8ef0f60f6ff9a764c1ede040e09885f43933ed5e691834bcc |
|
MD5 | f1e2a294120cb034b78f1536ce4e30a2 |
|
BLAKE2b-256 | 82cbea257f4ed8611e0ca67953322907d8e3a6953dc076ce5a1958346eb3404e |