← 返回命令列表

Linux command

ssm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all SSH configurations

ssm list

Add a new SSH configuration

ssm add

Edit an existing configuration

ssm edit [myserver]

Print an SSH configuration

ssm print [myserver]

说明

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.

参数

list, ls
List available SSH configurations.
add
Add a new SSH configuration interactively.
edit, e
Edit an existing SSH configuration.
print
Print an SSH configuration to stdout.
help, h
Show a list of commands or help for a command.
--help, -h
Show help.
--version, -v
Print the version.

FAQ

What is the ssm command used for?

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.

How do I run a basic ssm example?

Run `ssm list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list, ls do in ssm?

List available SSH configurations.