From a51c78efdfacf4a3f81c373d91a1b058a8d3837b Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Sat, 15 Mar 2025 15:43:01 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3752b51..5fc7c5b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SSH Manager (sshm) is a bash script that simplifies and automates the management ## Features - List all SSH hosts in the configuration file. -- Connect to an SSH host by number or name. +- Connect to an SSH host by name. - View the configuration details of a specific SSH host. - Add a new SSH host configuration. - Edit an existing SSH host configuration. @@ -53,13 +53,13 @@ sshm list ### Connect to an SSH Host ```bash -sshm connect +sshm ``` ### View SSH Host Configuration ```bash -sshm view +sshm view ``` ### Add a New SSH Host Configuration @@ -73,7 +73,7 @@ The script will prompt you to enter the host details. ### Edit an Existing SSH Host Configuration ```bash -sshm edit +sshm edit ``` The script will prompt you to enter the new details for the host. @@ -81,13 +81,13 @@ The script will prompt you to enter the new details for the host. ### Delete an SSH Host Configuration ```bash -sshm delete +sshm delete ``` ### Check SSH Host Availability ```bash -sshm ping +sshm ping ``` ### Manage SSH Contexts