mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-08 13:50:40 +02:00
Command sshm connect deleted
This commit is contained in:
parent
ea27b28f30
commit
7cee21611d
@ -42,7 +42,6 @@ sshm_help() {
|
|||||||
cat<<EOF | column -t -s $'\t'
|
cat<<EOF | column -t -s $'\t'
|
||||||
<host> Connect directly to SSH host by name
|
<host> Connect directly to SSH host by name
|
||||||
list List SSH hosts and prompt for connection
|
list List SSH hosts and prompt for connection
|
||||||
connect <number|name> Connect to SSH host by number or name
|
|
||||||
ping <name> Ping an SSH host to check availability
|
ping <name> Ping an SSH host to check availability
|
||||||
view <name> Check configuration of host
|
view <name> Check configuration of host
|
||||||
delete <name> Delete an SSH host from the configuration
|
delete <name> Delete an SSH host from the configuration
|
||||||
@ -356,9 +355,6 @@ sshm_main() {
|
|||||||
"list")
|
"list")
|
||||||
sshm_list "$config_file"
|
sshm_list "$config_file"
|
||||||
;;
|
;;
|
||||||
"connect")
|
|
||||||
sshm_connect "$config_file" "$@"
|
|
||||||
;;
|
|
||||||
"ping")
|
"ping")
|
||||||
sshm_ping "$config_file" "$@"
|
sshm_ping "$config_file" "$@"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user