LinuxCommandLibrary

ssm

Simple SSH manager for organizing server connections

TLDR

List all SSH configurations
$ ssm list
copy
Add a new SSH configuration
$ ssm add
copy
Edit an existing configuration
$ ssm edit [myserver]
copy

SYNOPSIS

ssm [global options] command [command options]

DESCRIPTION

ssm (Simple SSH Manager) is a CLI tool for managing SSH configurations across multiple servers. It organizes SSH configs into modular files within a config.d directory structure, allowing you to list, add, edit, and print SSH configurations.

HISTORY

ssm was created by Elliot (elliot40404) and is written in Go.

SEE ALSO

ssh(1), sshs(1), sshclick(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard