Skip to main content

Python command-line utility for PuTTY session management

Project description

PuTTY Session Manager

Python command line utility for basic management of PuTTY sessions on Windows

Installation

From PyPI

You can install putty-session-manager using pip:

pip install putty-session-manager

From source

You can also clone the project's repository and install from source:

git clone https://github.com/mvelikikh/putty-session-manager
cd putty-session-manager
pip install .

Usage

You can invoke putty-session-manager from the commandline after installation as follows:

psm or python -m putty_session_manager

Listing PuTTY sessions:

psm list

Getting attributes of a given session:

psm get my_session

Copying a session:

psm copy source_session dest_session

Copying attributes from one session to another:

psm copy-attr source_session dest_session_pattern attribute_pattern

Example:

psm copy-attr src_session dst_sess_a.*,dst_sess_b.* Colour*

Deleting a session:

psm delete my_session

You can get help by running

psm --help

Prerequisites

Operating System: Microsoft Windows.

PuTTY SSH Client

I have written it to automate common tasks of managing PuTTY sessions on Windows.

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

putty_session_manager-1.0.dev6.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

putty_session_manager-1.0.dev6-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page