LinuxCommandLibrary

sshclick

Terminal-based SSH config manager with groups

TLDR

List all configured SSH hosts
$ sshc host list
copy
Show host details in card format
$ sshc host show [myserver] --style card
copy
Create a new host group
$ sshc group create [mygroup] --desc "[Production servers]"
copy

SYNOPSIS

sshc [options] command [args]

DESCRIPTION

sshclick is a CLI and TUI tool for managing SSH configuration files. It parses your SSH config and provides commands to list, filter, modify, and view host entries. Through additional metadata comments, it supports abstractions like host groups and descriptions for better organization.

HISTORY

sshclick was created by Karlo Tisaj (karlot) and is written in Python.

SEE ALSO

sshs(1), ssh(1), ssh-list(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard